Skip to content

Commit

Permalink
docs: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
w35l3y committed Oct 23, 2023
1 parent ae84933 commit 532fc81
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion personal-tuya-devices/DEVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| TS0601 | \_TZE200_akjefhj5 | Irrigation | normal-irrigation-v1 | 1, 7, 11 |
| TS0601 | \_TZE200_amp6tsvy | Switch | normal-switch-v1 | 1 |
| TS0601 | \_TZE200_anv5ujhv | Irrigation | normal-irrigation-v3 | 102, 108, 110 |
| TS0601 | \_TZE200_aoclfnxz | Thermostat | normal-thermostat-v2 | 16, 24 |
| TS0601 | \_TZE200_aoclfnxz | Thermostat | normal-thermostat-v4 | 1, 16, 24 |
| TS0601 | \_TZE200_b6wax7g0 | Thermostat | normal-thermostat-v5 | 2, 3, 1, 14 |
| TS0601 | \_TZE200_bcusnqt8 | Power Meter | normal-powerMeter-v1 | 6, 1 |
| TS0601 | \_TZE200_cxu0jkjk | Window Shade | normal-windowShade-v1 | 1, 2, 3, 7 |
Expand Down Expand Up @@ -52,6 +52,7 @@
| TS0601 | \_TZE200_znbl8dj5 | LCD T+H Sensor | normal-temphumibatt-v1 | 1, 2, 4 |
| TS0601 | \_TZE200_ztc6ggyl | Presence Sensor | normal-presenceSensor-v1 | 1, 2, 3, 4, 101, 102, 104 |
| TS0601 | \_TZE204_ac0fhfiq | Power Meter | normal-powerMeter-v1 | 6, 1 |
| TS0601 | \_TZE204_aoclfnxz | Thermostat | normal-thermostat-v4 | 1, 16, 24 |
| TS0601 | \_TZE204_cjbofhxw | Power Meter | normal-powerMeter-v1 | 18, 19, 20, 101 |
| TS0601 | \_TZE204_ntcy3xu1 | Smoke Detector | normal-smokeDetector-v1 | 1, 101, 14 |
| TS0601 | \_TZE204_sbyx0lm6 | Presence Sensor | normal-presenceSensor-v4 | 1, 2, 3, 4, 101, 102, 104, 107, 108, 109, 111, 115 |
Expand Down
7 changes: 6 additions & 1 deletion personal-tuya-devices/fingerprints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ zigbeeManufacturer:
- id: TS0601/_TZE200_aoclfnxz
model: TS0601
manufacturer: _TZE200_aoclfnxz
deviceProfileName: normal-thermostat-v2
deviceProfileName: normal-thermostat-v4
deviceLabel: Thermostat
- id: TS0601/_TZE200_b6wax7g0
model: TS0601
Expand Down Expand Up @@ -291,6 +291,11 @@ zigbeeManufacturer:
manufacturer: _TZE204_ac0fhfiq
deviceProfileName: normal-powerMeter-v1
deviceLabel: Power Meter
- id: TS0601/_TZE204_aoclfnxz
model: TS0601
manufacturer: _TZE204_aoclfnxz
deviceProfileName: normal-thermostat-v4
deviceLabel: Thermostat
- id: TS0601/_TZE204_cjbofhxw
model: TS0601
manufacturer: _TZE204_cjbofhxw
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return [[{"deviceLabel":"Thermostat","profiles":["normal_thermostat_v2"],"datapoints":[{"id":16,"command":"thermostatHeatingSetpoint","base":{"group":1,"rate":100}},{"id":24,"command":"temperatureMeasurement","base":{"group":1,"rate":1000}}]}]]
return [[{"deviceLabel":"Thermostat","profiles":["normal_thermostat_v4"],"datapoints":[{"id":1,"command":"switch","base":{"group":1}},{"id":16,"command":"thermostatHeatingSetpoint","base":{"group":1,"rate":100}},{"id":24,"command":"temperatureMeasurement","base":{"group":1,"rate":1000}}]}]]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return [[{"deviceLabel":"Thermostat","profiles":["normal_thermostat_v4"],"datapoints":[{"id":1,"command":"switch","base":{"group":1}},{"id":16,"command":"thermostatHeatingSetpoint","base":{"group":1,"rate":100}},{"id":24,"command":"temperatureMeasurement","base":{"group":1,"rate":1000}}]}]]
1 change: 1 addition & 0 deletions personal-tuya-devices/src/models/TS0601/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ return {
["_TZE200_znbl8dj5"] = myutils.load_model_from_json("TS0601", "_TZE200_znbl8dj5"),
["_TZE200_ztc6ggyl"] = myutils.load_model_from_json("TS0601", "_TZE200_ztc6ggyl"),
["_TZE204_ac0fhfiq"] = myutils.load_model_from_json("TS0601", "_TZE204_ac0fhfiq"),
["_TZE204_aoclfnxz"] = myutils.load_model_from_json("TS0601", "_TZE204_aoclfnxz"),
["_TZE204_cjbofhxw"] = myutils.load_model_from_json("TS0601", "_TZE204_cjbofhxw"),
["_TZE204_ntcy3xu1"] = myutils.load_model_from_json("TS0601", "_TZE204_ntcy3xu1"),
["_TZE204_sbyx0lm6"] = myutils.load_model_from_json("TS0601", "_TZE204_sbyx0lm6"),
Expand Down

0 comments on commit 532fc81

Please sign in to comment.