Stop exposing relay local IPs by default

This commit is contained in:
Jeppe B
2026-06-01 23:43:53 +02:00
parent e3b38519fb
commit b25ce9cb11
4 changed files with 61 additions and 13 deletions
@@ -3426,7 +3426,7 @@ BASH;
}
try {
$this->shellyRelayOptionsCache = (new shelly_relay_inventory())->listRelayOptions();
$this->shellyRelayOptionsCache = (new shelly_relay_inventory())->listRelayOptions(true);
} catch (\Throwable) {
$this->shellyRelayOptionsCache = [];
}