Overview
This is a enhanced version of the "Reset Power" driver from Control4. A relay connection and a third state is added in this driver. Also you're able to set two different timers, one for the relay toggle time and one for the device boot time.
Features
- Relay and button connection
- Set how long the relay should be open
- Set how long the connected device has to boot
- Three states: On, Off, Booting
- Change icon style between icon with text and only text
Limitations
- None
No posts found
20240808
- Bugfix: In combination with some drivers, when the relay was set to close in programming and it was already closed, the driver was frozen in the state booting.
20230605
- Bugfix: Some drivers only send CLOSED or OPENED and not STATE_CLOSED/STATE_OPENED, in this case the driver got stuck in a loop. now the driver checks if its a different state.
20230418
- Updated Documentation to html version
- Added driver name to command description in custom programming
20230116:
- Bugfix: Driver was not able to start correctly, til the relay was sending a state update.
20221219:
- Made text on icons larger
- Added iconset only text and property to change the icon type
- Updated documentation
20221216:
- Initial Release