Skip to content

Commit

Permalink
feat: Support emergency_heating mode for Zen-01-W Koenkk/zigbee2mqt…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 31, 2024
1 parent 05911ba commit 81fb3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/zen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const definitions: Definition[] = [
ota: ota.zigbeeOTA,
exposes: [e.climate().withSetpoint('occupied_heating_setpoint', 10, 30, 0.5)
.withSetpoint('occupied_cooling_setpoint', 10, 31, 0.5).withLocalTemperature()
.withSystemMode(['off', 'auto', 'heat', 'cool']).withRunningState(['idle', 'heat', 'cool'])
.withSystemMode(['off', 'auto', 'heat', 'cool', 'emergency_heating']).withRunningState(['idle', 'heat', 'cool'])
.withLocalTemperatureCalibration().withFanMode(['auto', 'on'])],
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(3) || device.getEndpoint(1);
Expand Down

0 comments on commit 81fb3e9

Please sign in to comment.