PierreRust / apigpio

apigpio - an asyncio-based python client for pigpio
MIT License
19 stars 11 forks source link

properly remember last level #6

Closed jabdoa2 closed 7 years ago

jabdoa2 commented 7 years ago

Callbacks did not properly work. They always returned 1 as level for all switches when one of them changed. Fixed that.