-
Notifications
You must be signed in to change notification settings - Fork 2
Auto‐Reset
Martin Patfield edited this page Dec 2, 2025
·
6 revisions
Certain accessories can be configured to automatically turn off.
Note that the timer will be reset every time the accessory receives an "on" MQTT message.
Here is the list of currently supported accessories:
To configure via JSON, add the following to your accessory config:
{
"autoReset": {
"time": 2,
"units": "SECONDS"
}
}Valid values for units are MILLISECONDS, SECONDS, MINUTES, or HOURS.