From 35eec7f8126801a02008d405624927099ca53e5e Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Mon, 21 Nov 2022 03:51:37 +0300 Subject: lws: fix for malfunctioning si7021 sensor --- localwebsite/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localwebsite/config.php') 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 -- cgit v1.2.3