Add zap repeat interval; flash countdown when expired

This commit is contained in:
2026-08-18 23:55:45 -04:00
parent 66b2d5e53e
commit 1cb88560ef
6 changed files with 31 additions and 7 deletions
+10
View File
@@ -34,6 +34,16 @@ module.exports = [
"step": 5,
"label": "Zap Intensity"
},
{
"id": "pavlok_zap_interval",
"type": "slider",
"messageKey": "PKJS_PAVLOK_ZAP_INTERVAL",
"defaultValue": 10,
"min": 1,
"max": 60,
"step": 1,
"label": "Zap Repeat Interval"
},
{
"id": "pavlok_test_button",
"type": "button",