Thomas Rupprecht
Thomas Rupprecht
@balloob still a thing?
@balloob could we get that merged?
What PHP Features for usability are you thinking of? It not only for usability i would also recommend to add in all files `declare(strict_types=1);` and add types to each parameter...
new PHP features that could be used: - https://www.php.net/manual/en/control-structures.match.php - see: https://github.com/engelsystem/engelsystem/pull/1049 - change some `if/else if/else if/.../else` to `match` - https://www.php.net/manual/en/language.oop5.decon.php#language.oop5.decon.constructor.promotion - see: https://github.com/engelsystem/engelsystem/pull/1045 - https://www.php.net/manual/en/language.enumerations.php - see: https://github.com/engelsystem/engelsystem/pull/1050...
looks good 
but now this happens and was not before (not centered text) 
 now only a little bit bigger margin on top
I would recommend to use UTC everywhere (API, Storage,...) except what geht displayed to the User, this should bei the local timezone including summer/winter time
 looks already fixed Edit: the above streenshot is from opening the logs. but if i install via Wifi it looks like this:  also after successful but
@CM000n still a problem? for the ESP32-C6 set (with 2025.2.0): ```yaml variant: esp32c6 framework: type: esp-idf platform_version: 6.9.0 version: 5.3.1 ```