Skip to content

Commit

Permalink
fix: Fix TuYa TS0601_illuminance_temperature_humidity_sensor_2 expose…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Apr 28, 2024
1 parent 652188d commit f01f126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ const definitions: Definition[] = [
fromZigbee: [tuya.fz.datapoints],
toZigbee: [tuya.tz.datapoints],
configure: tuya.configureMagicPacket,
exposes: [e.illuminance(), e.temperature().withUnit('lx'), e.humidity()],
exposes: [e.illuminance().withUnit('lx'), e.temperature(), e.humidity()],
meta: {
tuyaDatapoints: [
[2, 'illuminance', tuya.valueConverter.raw],
Expand Down

0 comments on commit f01f126

Please sign in to comment.