-
-
Notifications
You must be signed in to change notification settings - Fork 855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to retrieve all alarms in the script #1512
Comments
I'm working on this feature |
I just added the feature in master branch const activeAlarms = await $getAlarms(); const ackResult = await $ackAlarm('temperature', ['highhigh', 'high']); // to ack 'highhigh' and 'high of alarm temperature |
I’m going to close this as resolved. let me know if you have any issues. |
How to retrieve all alarms in the script
The text was updated successfully, but these errors were encountered: