You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the new OnWall model which isn't supported yet by this project. I'd like to have it supported. I would love to help with testing, dumping, etc. I looked around the code to try and integrate this myself but not sure in DeviceType(enum) what the second value means.
The second argument to the DeviceType enum initialization is the hexadecimal representation of the device type, see here. It is used to identify the device in broadcast messages picked up by the bridge, see here.
Please provide some info about the device you're referring to, including a link.
What did you have in mind?
I have the new OnWall model which isn't supported yet by this project. I'd like to have it supported. I would love to help with testing, dumping, etc. I looked around the code to try and integrate this myself but not sure in DeviceType(enum) what the second value means.
...
Are you trying to fix a problem?
No response
Any lead on how this feature can be implemented?
device/__init__.py
->class DeviceCategory(Enum):
The text was updated successfully, but these errors were encountered: