zigbee-herdsman-converters 14.0.620 → 14.0.621

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/devices/owon.js +2 -2
  2. package/package.json +1 -1
package/devices/owon.js CHANGED
@@ -241,8 +241,8 @@ module.exports = [
241
241
  tz.thermostat_local_temperature,
242
242
  tz.thermostat_keypad_lockout,
243
243
  tz.thermostat_system_mode, tz.thermostat_running_mode, tz.thermostat_running_state, tz.thermostat_programming_operation_mode],
244
- exposes: [e.local_temperature(), e.humidity(), e.occupancy(),
245
- exposes.climate().withSystemMode(['off', 'heat', 'cool', 'fan_only', 'sleep'])
244
+ exposes: [e.humidity(), e.occupancy(),
245
+ exposes.climate().withSystemMode(['off', 'heat', 'cool', 'fan_only', 'sleep']).withLocalTemperature()
246
246
  .withRunningMode(['off', 'heat', 'cool'])
247
247
  .withRunningState(['idle', 'heat', 'cool', 'fan_only'])
248
248
  .withSetpoint('occupied_heating_setpoint', 5, 30, 0.5).withSetpoint('unoccupied_heating_setpoint', 5, 30, 0.5)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.620",
3
+ "version": "14.0.621",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [