Skip to content

Commit

Permalink
333
Browse files Browse the repository at this point in the history
Change-Id: I61b3085e15564f4a4a356ceef29eeb540aad9373
  • Loading branch information
weihuan1111 committed May 30, 2023
1 parent 59c3155 commit c168b42
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions huan.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "huan-light1.3",
"description": light,
"name": "weihuan",
"description": "my channel huan",
"termsOfServiceUrl": "",
"type": "DRIVER"
}
17 changes: 17 additions & 0 deletions zigbee-switch/src/configurations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,24 @@ local devices = {
}
},
IAS_ZONE_CONFIG_METHOD = constants.IAS_ZONE_CONFIGURE_TYPE.AUTO_ENROLL_RESPONSE
},
--huan
SENGLED_BULB_WITH_MOTION_SENSOR = {
FINGERPRINTS = {
{ mfr = "Third Reality, Inc", model = "3RSNL02043Z" }
},
CONFIGURATION = {
{
cluster = IASZone.ID,
attribute = IASZone.attributes.ZoneStatus.ID,
minimum_interval = 30,
maximum_interval = 300,
data_type = IASZone.attributes.ZoneStatus.base_type
}
},
IAS_ZONE_CONFIG_METHOD = constants.IAS_ZONE_CONFIGURE_TYPE.AUTO_ENROLL_RESPONSE
}
--huan
}

local configurations = {}
Expand Down
5 changes: 5 additions & 0 deletions zigbee-switch/src/zll-dimmer-bulb/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ local ZLL_DIMMER_BULB_FINGERPRINTS = {
["E14-U43"] = true,
["E13-N11"] = true
},
--huan
["Third Reality, Inc"] = {
["3RSNL02043Z"] = true
},
--huan
["GLEDOPTO"] = {
["GL-C-008"] = true,
["GL-B-001Z"] = true
Expand Down

0 comments on commit c168b42

Please sign in to comment.