ulno / ulnoiot-upy

retired version of ulnoiot based on micropython
MIT License
17 stars 15 forks source link

trigger sending 'None' #2

Closed cynicer closed 7 years ago

cynicer commented 7 years ago

If I set up a "trigger" for a reed switch and run it with mqtt it only sends "sensors/quicksilver None". I think it should send the number of detected edges?

devices["reed"].value() 0 devices["reed"].mapped_value()

It doesn't seem to count internally either.

ulno commented 7 years ago

Fixed in latest release. It does now report the number again.