OpenDTU/src
Thomas Basler e8c517f650 Fix timezone specific issue when syncing time manually
Time was off by one hour when using the sync button in the web UI.
tm_isdst = -1 means that mktime determines the DST flag based on the current timezone
2022-11-29 22:55:14 +01:00
..
Configuration.cpp Introduce configuration option to decide wether the web ui is accessable without password or not 2022-11-22 23:32:52 +01:00
main.cpp Moved pin assignment outside the hoymiles library 2022-11-27 12:07:25 +01:00
MqttHassPublishing.cpp Fix #387: Allow a little bit more loss before HASS shows unavailable 2022-11-28 18:34:39 +01:00
MqttPublishing.cpp Publish string names via MQTT 2022-11-15 22:31:04 +01:00
MqttSettings.cpp Optimize performance by passing strings as const reference 2022-10-29 11:22:56 +02:00
NetworkSettings.cpp Optimize performance by removing not required string constructors 2022-10-29 11:22:56 +02:00
NtpSettings.cpp Change License to GPLv2 as the RF24 lib uses GPL-2.0-only 2022-07-15 18:05:58 +02:00
Utils.cpp Generate DTU ID dynamicly based on ESP chipID 2022-10-20 22:25:51 +02:00
WebApi_config.cpp BREAKING CHANGE: Removed deprecated config parsing method 2022-11-15 22:31:04 +01:00
WebApi_devinfo.cpp Implement readonly security for API endpoints 2022-11-22 23:40:19 +01:00
WebApi_dtu.cpp Password protection for dtu settings 2022-11-03 21:05:51 +01:00
WebApi_eventlog.cpp Implement readonly security for API endpoints 2022-11-22 23:40:19 +01:00
WebApi_firmware.cpp Password protection for firmware update API 2022-11-07 19:02:07 +01:00
WebApi_inverter.cpp Extended configuration to allow string names 2022-11-15 22:31:04 +01:00
WebApi_limit.cpp Implement readonly security for API endpoints 2022-11-22 23:40:19 +01:00
WebApi_maintenance.cpp Added device reboot functionality 2022-11-21 23:29:57 +01:00
WebApi_mqtt.cpp Implement readonly security for API endpoints 2022-11-22 23:40:19 +01:00
WebApi_network.cpp Implement readonly security for API endpoints 2022-11-22 23:40:19 +01:00
WebApi_ntp.cpp Fix timezone specific issue when syncing time manually 2022-11-29 22:55:14 +01:00
WebApi_power.cpp Implement readonly security for API endpoints 2022-11-22 23:40:19 +01:00
WebApi_prometheus.cpp Prometheus API: Increase buffer size to allow more inverters 2022-11-10 20:20:55 +01:00
WebApi_security.cpp Introduce configuration option to decide wether the web ui is accessable without password or not 2022-11-22 23:32:52 +01:00
WebApi_sysstatus.cpp Implement readonly security for API endpoints 2022-11-22 23:40:19 +01:00
WebApi_webapp.cpp Do not use namespace using-directives. Use using-declarations instead. 2022-09-13 21:35:51 +02:00
WebApi_ws_live.cpp Add authentication to websocket 2022-11-23 21:00:54 +01:00
WebApi.cpp Implement readonly security for API endpoints 2022-11-22 23:40:19 +01:00