Command.bgSetDefault constructor

Command.bgSetDefault({
  1. int? id,
})

Command to save current state of background light to persistent memory.

This command is accepted only if the device is in 'ON' state.

Implementation

Command.bgSetDefault({this.id})
    : method = CommandMethods.bgSetDefault,
      parameters = const <void>[];