| .. |
|
Configuration.cpp
|
Use reinterpret_cast<uint8_t*>(...) instead C-style cast
|
2022-09-15 18:59:51 +02:00 |
|
main.cpp
|
Code hardening: introduce const keyword
|
2022-09-05 21:41:45 +02:00 |
|
MqttHassPublishing.cpp
|
Replace sprintf by snprintf
|
2022-09-13 21:00:54 +02:00 |
|
MqttPublishing.cpp
|
Return correct formatted HwVersion
|
2022-10-03 13:58:50 +02:00 |
|
MqttSettings.cpp
|
Added MQTT Topic to turn inverter on and off
|
2022-10-04 18:12:55 +02:00 |
|
NetworkSettings.cpp
|
Do not use namespace using-directives. Use using-declarations instead.
|
2022-09-13 21:35:51 +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 |
|
WebApi_config.cpp
|
Added webapi endpoints to download/upload end delete configuration
|
2022-09-17 01:46:14 +02:00 |
|
WebApi_devinfo.cpp
|
Show only valid device info data in webapp
|
2022-10-04 22:15:50 +02:00 |
|
WebApi_dtu.cpp
|
Removed not required variables
|
2022-09-16 18:21:54 +02:00 |
|
WebApi_eventlog.cpp
|
Removed not required variables
|
2022-09-16 18:21:54 +02:00 |
|
WebApi_firmware.cpp
|
Do not use namespace using-directives. Use using-declarations instead.
|
2022-09-13 21:35:51 +02:00 |
|
WebApi_inverter.cpp
|
Fix #160: Increase output buffer for inverter list
|
2022-09-24 10:28:05 +02:00 |
|
WebApi_limit.cpp
|
WebAPI: Add status of last set limit command
|
2022-10-01 00:42:29 +02:00 |
|
WebApi_mqtt.cpp
|
Do not use namespace using-directives. Use using-declarations instead.
|
2022-09-13 21:35:51 +02:00 |
|
WebApi_network.cpp
|
Do not use namespace using-directives. Use using-declarations instead.
|
2022-09-13 21:35:51 +02:00 |
|
WebApi_ntp.cpp
|
Added API to set and get the current time
|
2022-09-20 19:44:24 +02:00 |
|
WebApi_power.cpp
|
Implemented WebAPI to get status of last power command
|
2022-10-04 18:48:21 +02:00 |
|
WebApi_sysstatus.cpp
|
Do not use namespace using-directives. Use using-declarations instead.
|
2022-09-13 21:35:51 +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
|
webapp: Add "Not Producing" indicator
|
2022-10-01 12:20:31 +02:00 |
|
WebApi.cpp
|
Added WebAPI to control inverter power
|
2022-10-04 18:12:55 +02:00 |