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
In Z-way expert is an option to change the wake-up interval. In the case of thermostats, it makes totally sense to update the wake-up interval for sommer/winter mode.
The API command is the following
/ZWave.zway/Run/devices[{deviceID}].instances[0].commandClasses[0x84].Set({wakeUpInterval},1)
{deviceId} -> id of the device
{wakeUpInterval} -> interval in seconds
It would be great to implement that as an option of a device.
The text was updated successfully, but these errors were encountered:
In Z-way expert is an option to change the wake-up interval. In the case of thermostats, it makes totally sense to update the wake-up interval for sommer/winter mode.
The API command is the following
/ZWave.zway/Run/devices[{deviceID}].instances[0].commandClasses[0x84].Set({wakeUpInterval},1)
{deviceId} -> id of the device
{wakeUpInterval} -> interval in seconds
It would be great to implement that as an option of a device.
The text was updated successfully, but these errors were encountered: