3 lines
153 B
PHP
3 lines
153 B
PHP
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 ); |