Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New venetian blind functionality added for shutters #13598

Merged
merged 9 commits into from
Nov 9, 2021
Prev Previous commit
Next Next commit
adding shutter tilt config and pos
  • Loading branch information
stefanbode authored Nov 7, 2021
commit 2cbe8b71d7b9a84c95be764618a4a973cba740db
4 changes: 3 additions & 1 deletion tasmota/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,9 @@ typedef struct {
uint16_t influxdb_port; // 4CE
power_t interlock[MAX_INTERLOCKS_SET]; // 4D0 MAX_INTERLOCKS = MAX_RELAYS / 2

uint8_t free_508[36]; // 508
int8_t shutter_tilt_config[5][MAX_SHUTTERS]; //508
int8_t shutter_tilt_pos[MAX_SHUTTERS]; //51C
uint8_t free_520[12]; // 520

uint16_t mqtt_keepalive; // 52C
uint16_t mqtt_socket_timeout; // 52E
Expand Down