Device Plugin Engine
v2.2.27.0
Tutorials
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Plugin Template
Copy Markdown
Open in ChatGPT
Open in Claude
Here is a template file that you can use with some basic/initial functions, use and modify at your will.
Javascript
x
export function Name() { return "Device Name"; }export function VendorId() { return 0x0000; }export function ProductId() { return 0x0000; }export function Publisher() { return "WhirlwindFX"; }export function Documentation(){ return "troubleshooting/brand"; }export function Size() { return [30, 10]; }export function DefaultPosition(){return [240, 120];}export function DefaultScale(){return 8.0;}/* globalshutdownColor:readonlyLightingMode:readonlyforcedColor:readonly*/export function ControllableParameters(){...}let vLedNames = [...];let vLedPositions = [...];export function LedNames() {...}export function LedPositions() {...}export function Initialize() {...}export function Render() {...}export function Shutdown(SystemSuspending) {...}function sendColors(overrideColor) {...}function hexToRgb(hex) {...}export function Validate(endpoint) {...}export function ImageUrl() {...}Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Writes and ReadsDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message