fix sound mode command
This commit is contained in:
@@ -14,8 +14,8 @@ enum DeviceCommand {
|
||||
rewards,
|
||||
@JsonValue('SHUTDOWN')
|
||||
shutdown,
|
||||
@JsonValue('SOUND')
|
||||
sound,
|
||||
@JsonValue('SET_SOUND_MODE')
|
||||
setSoundMode,
|
||||
}
|
||||
|
||||
@freezed
|
||||
|
||||
@@ -28,5 +28,5 @@ const _$DeviceCommandEnumMap = {
|
||||
DeviceCommand.restart: 'RESTART',
|
||||
DeviceCommand.rewards: 'REWARDS',
|
||||
DeviceCommand.shutdown: 'SHUTDOWN',
|
||||
DeviceCommand.sound: 'SOUND',
|
||||
DeviceCommand.setSoundMode: 'SET_SOUND_MODE',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user