Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #163 from doudz/dev
Browse files Browse the repository at this point in the history
Support attribute 0x0011 (Legrand)
  • Loading branch information
doudz authored Jan 19, 2020
2 parents 0f6987c + 0f2de3a commit 9f1a862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions zigate/clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ class C0008(Cluster):
cluster_id = 0x0008
type = 'General: Level control'
attributes_def = {0x0000: {'name': 'current_level', 'value': 'int(value*100/254)', 'type': int},
0x0011: {'name': 'current_level2', 'value': 'int(value*100/254)', 'type': int},
0xfff0: {'name': 'remote_level_button', 'value': 'value',
'type': str, 'expire': 2}
}
Expand Down
2 changes: 1 addition & 1 deletion zigate/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#


__version__ = '0.38.0'
__version__ = '0.38.1'

0 comments on commit 9f1a862

Please sign in to comment.