Skip to content

Commit

Permalink
Merge pull request #93 from doudz/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
doudz committed Feb 5, 2019
2 parents 81a0b80 + 4a992f1 commit 35568e7
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
65 changes: 65 additions & 0 deletions zigate/templates/lumi.sensor_ht.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"endpoints": [
{
"clusters": [
{
"attributes": [
{
"attribute": 4,
"data": "LUMI"
},
{
"attribute": 5,
"data": "lumi.sensor_ht"
},
{
"attribute": 7,
"data": 3
}
],
"cluster": 0
},
{
"attributes": [
{
"attribute": 0
}
],
"cluster": 1026
},
{
"attributes": [
{
"attribute": 0
}
],
"cluster": 1029
}
],
"device": 24321,
"endpoint": 1,
"in_clusters": [
0,
3,
65535,
1026,
1029
],
"out_clusters": [
0,
4,
65535
],
"profile": 260
}
],
"generictype": "sensor",
"info": {
"bit_field": "0100000000000010",
"descriptor_capability": "00000000",
"mac_capability": "10000000",
"manufacturer_code": "1037",
"power_type": 0,
"server_mask": 0
}
}
2 changes: 1 addition & 1 deletion zigate/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# file that was distributed with this source code.
#

__version__ = '0.27.2'
__version__ = '0.27.3'

0 comments on commit 35568e7

Please sign in to comment.