complete refactor

This commit is contained in:
2025-05-23 21:57:53 +01:00
parent 6517f0dc39
commit 64ed76913a
2 changed files with 154 additions and 37 deletions

3
door-status-config.php Normal file
View File

@@ -0,0 +1,3 @@
define( 'DSI_API_URL', 'https://nodered.jfig.net/api/v1/door-open' );
define( 'DSI_CACHE_KEY', 'dsi_door_open_status' );
define( 'DSI_CACHE_TTL', 10 );