0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update Makefile More... over 5 years ago
Release 0.5 More... about 7 years ago
Merge pull request #4 from anomalousmouse/master More... about 7 years ago
Parse measured temperature data from heater thermostat More... about 7 years ago
Merge pull request #3 from vogt31337/master More... about 7 years ago
-fixed some tabbing issues -repaired tests (unfortnately not all...) -added a better message check in lresponse, a submessage needs to be at least 6 bytes long (everything shorter isn't a valid message) More... about 7 years ago
updated LResponse parser, now it will create several SingleLResponse, which will be parsed and used by cube.py More... about 7 years ago
Fixed RFaddr handling More... over 7 years ago
Fixed a bug when using RFAddr instances on messages More... over 7 years ago
Converted tabs to spaces More... over 7 years ago
Release 0.4 More... over 8 years ago
Updated readme More... over 8 years ago
Revert "Fixed a bug in the MResponse parsing where struct.unpack would fail with "struct.error: unpack requires a string argument of length 2"" More... over 8 years ago
Fixed a bug in the MResponse parsing where struct.unpack would fail with "struct.error: unpack requires a string argument of length 2" More... over 8 years ago
Implemented parsing of a wall thermostat config More... over 8 years ago
More debugging output More... over 8 years ago
Do not call logger.xyz with already formatted strings More... over 8 years ago
More debugging output More... over 8 years ago
Added another MResponse response More... over 8 years ago
Fixed pymaxc to not fail on missing device_type attribute More... over 8 years ago
Include device_type property in DeviceList More... over 8 years ago
Do not call receive before sending the broadcast More... over 8 years ago
Release 0.2 More... over 8 years ago
Allow passing a host as positional argument to skip discovery More... over 8 years ago
Exclude Debugger from coverage More... over 8 years ago
More tests for handle_message() More... over 8 years ago
Added tests for Discovery More... over 8 years ago
Merge Connection and Cube classes into one More... over 8 years ago
Use local broadcast address More... over 8 years ago
More code for handle_message() More... over 8 years ago