SUPLA / supla-device

Create your own Supla device! This software can be used as a library for Arduino IDE, or can be used directly with ESP8266 RTOS SDK and with ESP IDF. It is also possible to compile and run it on Linux and in FreeRTOS.
GNU General Public License v2.0
28 stars 14 forks source link

currentDirection #38

Closed radzikr closed 1 year ago

radzikr commented 1 year ago

Prosze o dodanie do biblioteki możliwości odczytu ruchu rolet.

roller_shutter.h [code] int getCurrentDirection(); [/code]

roller_shutter.cpp [code]int RollerShutter::getCurrentDirection() { return currentDirection;[/code]