zigbee-herdsman-converters 14.0.615 → 14.0.616

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 +3 -2
  2. package/package.json +1 -1
package/devices/owon.js CHANGED
@@ -240,10 +240,11 @@ module.exports = [
240
240
  tz.thermostat_min_cool_setpoint_limit, tz.thermostat_max_cool_setpoint_limit,
241
241
  tz.thermostat_local_temperature, tz.thermostat_running_state,
242
242
  tz.thermostat_keypad_lockout],
243
- exposes: [e.local_temperature(), e.humidity(), e.occupancy(),
243
+ exposes: [e.humidity(), e.occupancy(),
244
244
  exposes.climate().withSystemMode(['off', 'heat', 'cool', 'fan_only']).withRunningState(['idle', 'heat', 'cool', 'fan_only'])
245
245
  .withSetpoint('occupied_heating_setpoint', 5, 30, 0.5).withSetpoint('unoccupied_heating_setpoint', 5, 30, 0.5)
246
- .withSetpoint('occupied_cooling_setpoint', 7, 35, 0.5).withSetpoint('unoccupied_cooling_setpoint', 7, 35, 0.5),
246
+ .withSetpoint('occupied_cooling_setpoint', 7, 35, 0.5).withSetpoint('unoccupied_cooling_setpoint', 7, 35, 0.5)
247
+ .withLocalTemperature(),
247
248
  e.fan().withModes(['low', 'medium', 'high', 'on', 'auto']), e.keypad_lockout(),
248
249
  e.max_heat_setpoint_limit(5, 30, 0.5), e.min_heat_setpoint_limit(5, 30, 0.5),
249
250
  e.max_cool_setpoint_limit(7, 35, 0.5), e.min_cool_setpoint_limit(7, 35, 0.5)],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.615",
3
+ "version": "14.0.616",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [