File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2508,6 +2508,7 @@ class Attribute(StrEnum):
25082508 Attribute .BRIGHTNESS_LEVEL ,
25092509 Attribute .SUPPORTED_BRIGHTNESS_LEVEL ,
25102510 ],
2511+ Capability .SAMSUNG_CE_MAINTENANCE_MODE : [Attribute .MODE , Attribute .OPERATING_STATE ],
25112512 Capability .SAMSUNG_CE_MEAT_AGING : [
25122513 Attribute .STATUS ,
25132514 Attribute .SUPPORTED_AGING_METHODS ,
Original file line number Diff line number Diff line change @@ -430,6 +430,7 @@ class Capability(StrEnum):
430430 SAMSUNG_CE_KITCHEN_DEVICE_IDENTIFICATION = "samsungce.kitchenDeviceIdentification"
431431 SAMSUNG_CE_KITCHEN_MODE_SPECIFICATION = "samsungce.kitchenModeSpecification"
432432 SAMSUNG_CE_LAMP = "samsungce.lamp"
433+ SAMSUNG_CE_MAINTENANCE_MODE = "samsungce.maintenanceMode"
433434 SAMSUNG_CE_MEAT_AGING = "samsungce.meatAging"
434435 SAMSUNG_CE_MEAT_PROBE = "samsungce.meatProbe"
435436 SAMSUNG_CE_MICROPHONE_SETTINGS = "samsungce.microphoneSettings"
Original file line number Diff line number Diff line change @@ -1435,6 +1435,7 @@ class Command(StrEnum):
14351435 Capability .SAMSUNG_CE_KITCHEN_DEVICE_IDENTIFICATION : [],
14361436 Capability .SAMSUNG_CE_KITCHEN_MODE_SPECIFICATION : [],
14371437 Capability .SAMSUNG_CE_LAMP : [Command .SET_BRIGHTNESS_LEVEL ],
1438+ Capability .SAMSUNG_CE_MAINTENANCE_MODE : [],
14381439 Capability .SAMSUNG_CE_MEAT_AGING : [
14391440 Command .ADD_AGING ,
14401441 Command .CANCEL_AGING ,
You can’t perform that action at this time.
0 commit comments