mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Added step size for tilt wheels
This commit is contained in:
parent
7425a46d1a
commit
fb677dc239
8 changed files with 60 additions and 26 deletions
1
Somfy.h
1
Somfy.h
|
|
@ -154,6 +154,7 @@ class SomfyShade : public SomfyRemote {
|
|||
uint32_t upTime = 10000;
|
||||
uint32_t downTime = 10000;
|
||||
uint32_t tiltTime = 7000;
|
||||
uint16_t stepSize = 100;
|
||||
bool save();
|
||||
bool isIdle();
|
||||
void checkMovement();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue