change API to LCD Porto' s SpaceAPI

This commit is contained in:
2025-06-01 19:12:13 +01:00
parent 754738eebd
commit f913cb1f6d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<?php
define( 'DSI_API_URL', 'https://nodered.jfig.net/api/v1/door-open' );
define( 'DSI_CACHE_KEY', 'dsi_door_open_status' );
define( 'DSI_API_URL', 'https://lcdporto.org/api/spaceapi' );
define( 'DSI_CACHE_KEY', 'dsi_space_api_status' );
define( 'DSI_CACHE_TTL', 10 );