diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-11-21 03:51:37 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-11-21 03:51:37 +0300 |
commit | 35eec7f8126801a02008d405624927099ca53e5e (patch) | |
tree | 6bf89eaeb7674866b9f9918d4e22511d68481bd1 /localwebsite/config.php | |
parent | 80bca2085f1cc177ea5060b6f1f23cab19e9f410 (diff) |
lws: fix for malfunctioning si7021 sensor
Diffstat (limited to 'localwebsite/config.php')
-rw-r--r-- | localwebsite/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localwebsite/config.php b/localwebsite/config.php index 8ad472c..57ff739 100644 --- a/localwebsite/config.php +++ b/localwebsite/config.php @@ -15,9 +15,9 @@ return [ 'pump_host' => '192.168.1.2', 'pump_port' => 8307, - 'si7021d_servers' => [ + 'temphumd_servers' => [ // fill here, example: - 'hall' => ['192.168.1.3', 8306, 'Big Hall'], + 'hall' => ['192.168.1.3', 8306, 'Big Hall'/*, optional: config::TEMPHUMD_NO_HUM */], ], // modem names (array keys) must match ipset names and |