OpenDTU/src
2023-12-11 14:58:17 +01:00
..
Configuration.cpp Feature: Added ability to change the brightness of the LEDs 2023-12-07 12:46:38 +01:00
Datastore.cpp Migrate Datastore to TaskScheduler 2023-11-23 22:35:05 +01:00
Display_Graphic.cpp Migrate Display_Graphic to TaskScheduler 2023-11-23 22:35:05 +01:00
InverterSettings.cpp Split InverterSettings into multiple tasks 2023-11-23 22:35:05 +01:00
Led_Single.cpp Feature: Added ability to change the brightness of the LEDs 2023-12-07 12:46:38 +01:00
main.cpp Introduce several const statements 2023-12-07 15:19:04 +01:00
MessageOutput.cpp Migrate MessageOutput to TaskScheduler 2023-11-23 22:35:05 +01:00
MqttHandleDtu.cpp Migrate MqttHandleDtu to TaskScheduler 2023-11-23 22:35:05 +01:00
MqttHandleHass.cpp Migrate MqttHandleHass to TaskScheduler 2023-11-23 22:35:05 +01:00
MqttHandleInverter.cpp Migrate MqttHandleInverter to TaskScheduler 2023-11-23 22:35:05 +01:00
MqttHandleInverterTotal.cpp Migrate MqttHandleInverterTotal to TaskSchedule 2023-11-23 22:35:05 +01:00
MqttSettings.cpp Feature: Allow configuration of LWT QoS 2023-11-19 16:17:10 +01:00
NetworkSettings.cpp Migrate NetworkSettings to TaskScheduler 2023-11-23 22:35:05 +01:00
NtpSettings.cpp Split config struct into different sub structs 2023-11-19 14:53:26 +01:00
PinMapping.cpp Fix: Reboot loop if negative display pins and type where provided 2023-07-21 19:02:18 +02:00
Scheduler.cpp Initialize TaskScheduler 2023-11-23 22:35:05 +01:00
SunPosition.cpp Calculate SunPosition only every 5 seconds 2023-11-23 22:35:05 +01:00
Utils.cpp Replace platform dependent variable types by platform independent 2023-09-03 23:27:53 +02:00
WebApi_config.cpp Move different restart calls into one method 2023-08-25 12:58:53 +02:00
WebApi_device.cpp Feature: Added ability to change the brightness of the LEDs 2023-12-07 12:46:38 +01:00
WebApi_devinfo.cpp BREAKING CHANGE: Web API Endpoint /api/devinfo/status requires GET parameter inv= 2023-04-17 21:48:16 +02:00
WebApi_dtu.cpp Split config struct into different sub structs 2023-11-19 14:53:26 +01:00
WebApi_eventlog.cpp Feature: Added additional event log descriptions and implemented i18n 2023-10-11 13:22:42 +02:00
WebApi_firmware.cpp Move different restart calls into one method 2023-08-25 12:58:53 +02:00
WebApi_gridprofile.cpp Feature: First version of GridProfile Parser which shows all values contained in the profile. 2023-12-11 14:58:17 +01:00
WebApi_inverter.cpp Feature: Implement offset cache for "YieldDay" 2023-11-22 20:21:25 +01:00
WebApi_limit.cpp Change max power limit from 1500W to 2250W to support HMS/HMT inverters 2023-04-15 10:55:47 +02:00
WebApi_maintenance.cpp Move different restart calls into one method 2023-08-25 12:58:53 +02:00
WebApi_mqtt.cpp Feature: Allow configuration of LWT QoS 2023-11-19 16:17:10 +01:00
WebApi_network.cpp Split config struct into different sub structs 2023-11-19 14:53:26 +01:00
WebApi_ntp.cpp Split config struct into different sub structs 2023-11-19 14:53:26 +01:00
WebApi_power.cpp Code formatting without functional changes 2023-07-22 18:07:03 +02:00
WebApi_prometheus.cpp Fix: Deny passwordless access to prometheus API if readonly access is disabled 2023-09-19 18:59:20 +02:00
WebApi_security.cpp Split config struct into different sub structs 2023-11-19 14:53:26 +01:00
WebApi_sysstatus.cpp Made resetreason methods static 2023-11-19 17:00:26 +01:00
WebApi_webapp.cpp Feature: High resolution Icon and PWA (Progressive Web App) functionality 2023-11-23 22:32:01 +01:00
WebApi_ws_console.cpp Split config struct into different sub structs 2023-11-19 14:53:26 +01:00
WebApi_ws_live.cpp Introduce several const statements 2023-12-07 15:19:04 +01:00
WebApi.cpp Remove not required AsyncEventSource 2023-12-07 15:21:24 +01:00