Add zap repeat interval; flash countdown when expired
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user