Stop exposing relay local IPs by default
This commit is contained in:
@@ -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 = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user