You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: update deps
* feat: re-implement action to broadcast using sequence builder (#23)
* feat: re-implement action to broadcast using sequence builder
* feat: use db seed to take the single audio id and convert it to a sequence
* docs: note that relation can be removed in future version
* Feat/contact point configuration (#24)
* feat: config for control point
* feat: trigger actions with control point
* fix: don't send sounders sounds that don't have files
* feat: allow sounders to confirm enrollment
* feat: bump to node 24
* feat: bump version number
* docs: update license to 2026
* feat: allow buttons to enroll the same as sounders, ready for docker button
* feat: display tts and worker status on the dashboard
* fix: use translated strings
'An emoji to use as the action icon. Note that emoji render differently on the RPi screen.',
54
57
'actions.form.type.label': 'Type',
55
58
'actions.form.type.helper':
56
-
'Broadcast runs a broadcast to the supplied zone. Lockdown toggles a system wide lockdown.',
59
+
'Broadcast runs a broadcast to the supplied zone, you can build the broadcaast once the action has been created. Lockdown toggles a system wide lockdown.',
60
+
'actions.form.sequence.label': 'Sequence',
61
+
'actions.form.sequence.helper': 'Build your broadcast sequence.',
57
62
'actions.form.sound.label': 'Sound',
58
63
'actions.form.sound.helper': 'Which sound should be used when broadcasting?',
64
+
'actions.form.pin.label': 'Control Point Pin',
65
+
'actions.form.pin.helper':
66
+
'The PIN used to trigger this action from the control point interface.',
0 commit comments