Add new TURN_ON and TURN_OFF Climate feature flags (#19523)

This commit is contained in:
G Johansson 2024-01-30 15:11:08 +01:00 committed by GitHub
parent 64fc58ddd2
commit 0919f0e89e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,6 +72,8 @@ export const enum ClimateEntityFeature {
PRESET_MODE = 16,
SWING_MODE = 32,
AUX_HEAT = 64,
TURN_OFF = 128,
TURN_ON = 256,
}
const hvacModeOrdering = HVAC_MODES.reduce(