mirror of
https://github.com/Ingan121/Vineless.git
synced 2026-04-11 23:18:26 +00:00
* Hide HardcodedDevice
This commit is contained in:
@@ -4,8 +4,9 @@ import SuperGenericApiDevice from "./supergeneric.js";
|
||||
// add your handlers here
|
||||
export const CustomHandlers = {
|
||||
"hardcoded": {
|
||||
"disabled": true,
|
||||
"name": "Hardcoded Example Custom Handler",
|
||||
"description": "Simple custom handler for testing. Values must be changed by directing editing the source. Don't use this unless you're testing the extension.",
|
||||
"description": "Simple custom handler for testing. Values must be changed by directly editing the source. Don't use this unless you're testing the extension.",
|
||||
"handler": HardcodedDevice
|
||||
},
|
||||
"supergeneric": {
|
||||
|
||||
Reference in New Issue
Block a user