Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-15 | Use consistent __init__() format across all PDs. | Uwe Hermann | |
The previous **kwargs some PDs had is not actually ever used, so drop it. | |||
2015-06-16 | am23xx: explicitly mention RHTxx devices. | Karl Palsson | |
Include their compatibility in the dropdown options too. | |||
2014-10-12 | am230x: Factor out handle_byte() to simplify state machine. | Uwe Hermann | |
2014-10-12 | am230x: Use slightly more liberal timing values. | Uwe Hermann | |
This seems to be required at least for some AM2301 and DHT11 sensors. | |||
2014-10-12 | am230x: Change option to 'device' to allow for more devices. | Uwe Hermann | |
2014-10-12 | am230x: Fix self.reset() method name. | Uwe Hermann | |
2014-10-12 | am230x: Minor cosmetics. | Uwe Hermann | |
2014-10-12 | Add decoder for AM230x digital humidity and temperature sensors. | Johannes Römer | |