t-motion-detector-433
v0.1.14
Published
A library for detecting motion with a 433Mhz receiver, extending the t-motion-detector.
Downloads
7
Readme
t-motion-detector-433
An extension of t-motion-detector for 433Mhz Receiver, based on rpi-433, wiringPi and t-motion-detector packages
- v 0.1.14:Updating compatibility reference to [email protected].
- v 0.1.13:Updating compatibility reference to [email protected], updated license. Overriden R433Detector.send to only send signals which come from self, ignores Environment signals.
- v 0.1.12:Updating compatibility reference to [email protected], separated local tests for the travis build, setup of badges in README.
- v 0.1.11:Updating compatibility reference to [email protected]
- v 0.1.10:Updating compatibility reference to [email protected]
- v 0.1.9: Fixed error in reference to main t-motion-detector package
- v 0.1.8: Small update to refer to t-motion-detector v0.4.8, latest version
- v 0.1.7: Fixed dependency making sure t-motion-detector recognizes t-motion-detector-433
- v 0.1.6: Minor updates.
- v 0.1.5: Correcting bug which for latest version of t-motion-detector was not propagating 433Mhz motion detector signals to the Notifiers, namely SlackNotifier, other minor fixes
- v 0.1.4: Exposed Entities from main.js, needed when including the 433 module;
- v 0.1.3: Correcting some bugs refactored Notifier as Detector, that's actually what it is
- v 0.1.2: Implementing initial code / improving tests (WIP)
- v 0.1.1: Created first mocha tests (WIP)
- v 0.1.0: First commit