watchdog method

Future<HyperDeckResponse> watchdog(
  1. int seconds
)

Configures the watchdog period in seconds.

Implementation

Future<HyperDeckResponse> watchdog(int seconds) =>
    command('watchdog', {'period': seconds});