[Pavlok] Add test beep button to settings to verify API config
This commit is contained in:
+4
-7
@@ -35,13 +35,10 @@ module.exports = [
|
||||
"label": "Zap Intensity"
|
||||
},
|
||||
{
|
||||
"id": "pavlok_interval",
|
||||
"type": "slider",
|
||||
"messageKey": "PKJS_PAVLOK_INTERVAL",
|
||||
defaultValue: 5,
|
||||
min: 1,
|
||||
max: 60,
|
||||
"label": "Zap Repeat Interval (Seconds - NOT IMPLEMENTED)"
|
||||
"id": "pavlok_test_button",
|
||||
"type": "button",
|
||||
"messageKey": "PKJS_PAVLOK_TEST_BUTTON",
|
||||
"defaultValue": "Test Beep"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user