OpenDTU-old/src
Stefan Oberhumer c1f0b9ea6f http response header tag 'ETag' needs quotes.
As per RFC7232 ( https://www.rfc-editor.org/rfc/rfc7232#section-2.3 ) and
MDN docs ( https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag#directives )
the value of the ETag in the http header response has to be between quotes.
2023-12-23 19:00:44 +01:00
..
Configuration.cpp Feature: Added diagram to display 2023-12-19 17:26:24 +01:00
Datastore.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
Display_Graphic_Diagram.cpp Feature: Added diagram to display 2023-12-19 17:26:24 +01:00
Display_Graphic.cpp Feature: Added diagram to display 2023-12-19 17:26:24 +01:00
InverterSettings.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
Led_Single.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
main.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
MessageOutput.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
MqttHandleDtu.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
MqttHandleHass.cpp Feature: Add DTU to Home Assistant Auto Discovery 2023-12-17 14:40:04 +01:00
MqttHandleInverter.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
MqttHandleInverterTotal.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
MqttSettings.cpp Adjust member variable names in MqttSettings 2023-12-12 23:54:58 +01:00
NetworkSettings.cpp Fix #1579: Static IP in Ethernet mode did not work correctly 2023-12-19 11:30:33 +01:00
NtpSettings.cpp Split config struct into different sub structs 2023-11-19 14:53:26 +01:00
PinMapping.cpp Add const keyword to methods 2023-12-12 01:30:40 +01:00
Scheduler.cpp Initialize TaskScheduler 2023-11-23 22:35:05 +01:00
SunPosition.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
Utils.cpp Replace platform dependent variable types by platform independent 2023-09-03 23:27:53 +02:00
WebApi_config.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_device.cpp Feature: Added diagram to display 2023-12-19 17:26:24 +01:00
WebApi_devinfo.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_dtu.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_eventlog.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_firmware.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_gridprofile.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_inverter.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_limit.cpp Feature: Allow setting of an inverter limit of 0% and 0W 2023-12-13 22:15:49 +01:00
WebApi_maintenance.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_mqtt.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_network.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_ntp.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_power.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_prometheus.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_security.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_sysstatus.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_webapp.cpp http response header tag 'ETag' needs quotes. 2023-12-23 19:00:44 +01:00
WebApi_ws_console.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi_ws_live.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00
WebApi.cpp Use references instead of pointers whenver possible 2023-12-12 13:26:07 +01:00