[Pavlok] Add test beep button to settings to verify API config

This commit is contained in:
2026-08-18 14:18:39 -04:00
parent b1052ff2a0
commit 0ef3101fe8
2 changed files with 27 additions and 9 deletions
+4 -7
View File
@@ -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"
}
]
},