OpenDTU/src
2022-11-15 22:31:04 +01:00
..
Configuration.cpp Publish string names via MQTT 2022-11-15 22:31:04 +01:00
main.cpp Extended configuration to allow string names 2022-11-15 22:31:04 +01:00
MqttHassPublishing.cpp Fix #303: Add inverter name as prefix to HASS auto discovery 2022-11-07 19:35:29 +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 Move serial number formatting to inverter class 2022-10-29 11:22:56 +02:00
WebApi_dtu.cpp Password protection for dtu settings 2022-11-03 21:05:51 +01:00
WebApi_eventlog.cpp Move serial number formatting to inverter class 2022-10-29 11:22:56 +02: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 Password protection for limit/power settings API 2022-11-08 18:34:00 +01:00
WebApi_mqtt.cpp Password protection for mqtt settings API 2022-11-03 21:31:50 +01:00
WebApi_network.cpp Password protection for network settings API 2022-11-03 21:13:42 +01:00
WebApi_ntp.cpp Added a timeout of 5ms to detect current time. 2022-11-14 20:19:38 +01:00
WebApi_power.cpp Password protection for limit/power settings API 2022-11-08 18:34:00 +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 Password protection for security settings API 2022-11-03 21:00:13 +01:00
WebApi_sysstatus.cpp Show RF chip type in SystemInfoView 2022-10-12 00:17:40 +02: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 Show custom string name in Live View 2022-11-15 22:31:04 +01:00
WebApi.cpp implemented prometheus metrics 2022-11-10 18:00:13 +01:00