Skip to content

Commit de72b49

Browse files
authored
fix: AOYAN: add device white labels (#12488)
1 parent 838eecc commit de72b49

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

src/devices/tuya.ts

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,12 @@ export const definitions: DefinitionWithExtend[] = [
19101910
{vendor: "Tesla Smart", model: "TSL-SEN-DOOR"},
19111911
{vendor: "Cleverio", model: "SS100"},
19121912
{vendor: "HOBEIAN", model: "ZG-102ZA", fingerprint: [{modelID: "ZG-102Z"}]},
1913+
{
1914+
vendor: "AOYAN",
1915+
model: "AY-101Z",
1916+
description: "Door/window sensor",
1917+
fingerprint: [{modelID: "AY-101Z", manufacturerName: "AOYAN "}],
1918+
},
19131919
tuya.whitelabel("Niceboy", "ORBIS Windows & Door Sensor", "Door sensor", ["_TZ3000_qrldbmfn"]),
19141920
tuya.whitelabel("Tuya", "ZD06", "Door window sensor", ["_TZ3000_rcuyhwe3", "_TZ3000_996rpfy6"]),
19151921
tuya.whitelabel("Tuya", "ZD08", "Door sensor", ["_TZ3000_7d8yme6f"]),
@@ -3500,6 +3506,12 @@ export const definitions: DefinitionWithExtend[] = [
35003506
model: "ZG-301Z",
35013507
fingerprint: [{modelID: "ZG-301Z"}],
35023508
},
3509+
{
3510+
vendor: "AOYAN",
3511+
model: "AY301Z",
3512+
description: "Wall switch module",
3513+
fingerprint: [{modelID: "AY301Z"}],
3514+
},
35033515
tuya.whitelabel("Tuya", "QS-zigbee-S08-16A-RF", "Wall switch module", ["_TZ3000_dlhhrhs8"]),
35043516
],
35053517
description: "Wall switch module",
@@ -4095,6 +4107,15 @@ export const definitions: DefinitionWithExtend[] = [
40954107
model: "ZG-222Z",
40964108
fingerprint: [{modelID: "ZG-222Z"}],
40974109
},
4110+
{
4111+
vendor: "AOYAN",
4112+
model: "AY222Z",
4113+
description: "Water leak detector",
4114+
fingerprint: [
4115+
{modelID: "AY222Z", manufacturerName: "AOYAN"},
4116+
{modelID: "AY222Z", manufacturerName: "AOYAN "},
4117+
],
4118+
},
40984119
tuya.whitelabel("Meian", "SW02", "Water leak sensor", ["_TZ3000_kyb656no"]),
40994120
tuya.whitelabel("Aubess", "IH-K665", "Water leak sensor", ["_TZ3000_kstbkt6a"]),
41004121
tuya.whitelabel("HOBEIAN", "ZG-222ZA", "Water leak sensor", ["_TZ3000_k4ej3ww2", "_TZ3000_abaplimj"]),
@@ -13668,6 +13689,22 @@ export const definitions: DefinitionWithExtend[] = [
1366813689
],
1366913690
},
1367013691
tuya.whitelabel("KOJIMA", "KOJIMA-THS-ZG-LCD", "Temperature and humidity sensor", ["_TZE200_dikkika5", "_TZE200_y8wkaq6w"]),
13692+
{
13693+
model: "AY201Z",
13694+
vendor: "AOYAN",
13695+
description: "Temperature & humidity LCD sensor",
13696+
fingerprint: [
13697+
{manufacturerName: "_TZE200_qoy0ekbd"},
13698+
{manufacturerName: "_TZE200_znbl8dj5"},
13699+
{manufacturerName: "_TZE200_a8sdabtg"},
13700+
{manufacturerName: "_TZE200_dikkika5"},
13701+
{manufacturerName: "_TZE200_vs0skpuc"},
13702+
{manufacturerName: "_TZE200_3xfjp0ag"},
13703+
{manufacturerName: "_TZE200_ehhrv2e3"},
13704+
{manufacturerName: "_TZE200_lhqtjwax"},
13705+
{manufacturerName: "_TZE200_y8wkaq6w"},
13706+
],
13707+
},
1367113708
],
1367213709
meta: {
1367313710
tuyaDatapoints: [

0 commit comments

Comments
 (0)