fix sound mode command

This commit is contained in:
2026-03-20 12:05:48 +01:00
parent 435a9c04f9
commit 62827fce1e
10 changed files with 71 additions and 71 deletions

View File

@@ -14,8 +14,8 @@ enum DeviceCommand {
rewards,
@JsonValue('SHUTDOWN')
shutdown,
@JsonValue('SOUND')
sound,
@JsonValue('SET_SOUND_MODE')
setSoundMode,
}
@freezed

View File

@@ -28,5 +28,5 @@ const _$DeviceCommandEnumMap = {
DeviceCommand.restart: 'RESTART',
DeviceCommand.rewards: 'REWARDS',
DeviceCommand.shutdown: 'SHUTDOWN',
DeviceCommand.sound: 'SOUND',
DeviceCommand.setSoundMode: 'SET_SOUND_MODE',
};