diff -r b435bf0bf24a -r 13555c27b592 www/drop_switches.php --- a/www/drop_switches.php Wed Apr 24 21:58:27 2024 +0200 +++ b/www/drop_switches.php Thu Apr 25 14:26:47 2024 +0200 @@ -65,7 +65,7 @@ if ($item['direction'] == "OUT_BIN") { $sensors[] = array( 'uuid' => $item['uuid'], - 'name' => $item['description']." ".$item['comment'] + 'name' => $item['address']." ".$item['comment'] ); } }