watchdog method
Configures the watchdog period in seconds.
Implementation
Future<HyperDeckResponse> watchdog(int seconds) =>
command('watchdog', {'period': seconds});
Configures the watchdog period in seconds.
Future<HyperDeckResponse> watchdog(int seconds) =>
command('watchdog', {'period': seconds});