setPowerState method
Implementation
Future<void> setPowerState(ServerPowerAction powerAction) => _send(
ServerWebsocketSendEvent.setState,
powerAction.toJson(),
);
Future<void> setPowerState(ServerPowerAction powerAction) => _send(
ServerWebsocketSendEvent.setState,
powerAction.toJson(),
);