Commit Graph

9 Commits

Author SHA1 Message Date
Mark van Renswoude d0b62d38b0 Added automatic retry to frontend
Better support for iOS language detection?
2018-03-19 07:45:54 +01:00
Mark van Renswoude 676a3586dd Fixed #22: Option to only enable motion triggers during nighttime
Also added missing setting for motion turn off delay
2018-02-16 22:03:11 +01:00
Mark van Renswoude 7b823b7cff Fixed #21: Sunrise and sunset times are way off
Fixed #18: Time triggers fail if the time is earlier than the first trigger of a day

Sometimes I really really dislike C++ and it's lack of helpful warnings, like signed-unsigned comparisons and allowing switch without case. Too easy to miss.
2018-02-13 20:00:39 +01:00
Mark van Renswoude 1a131c96bf Added #15: GET API for changing values 2018-01-31 21:03:19 +01:00
Mark van Renswoude c8bbf563f6 Fixed #12: Time trigger activates after set time, not on
Fixed incorrect host in Maps API proxy request
2018-01-21 11:31:05 +01:00
Mark van Renswoude bc90234f73 Implemented timezone API HTTP proxy 2018-01-19 16:13:34 +01:00
Mark van Renswoude d9d9b45956 Implemented timezone lookup
Very unstable at the moment, likely due to SSL's memory requirements combined with my lack of optimization
2018-01-18 23:20:43 +01:00
Mark van Renswoude d1126e70d3 Added notifications and error messages in frontend
Implemented saving of motion triggers
Implemented NTP server settings
2018-01-18 17:12:41 +01:00
Mark van Renswoude 85a60ea44e Implemented Access Point mode button
Split main.cpp in multiple files
2018-01-16 22:07:31 +01:00