diff --git a/api/thermostat_group.php b/api/thermostat_group.php index cefc001..2b3a9f9 100644 --- a/api/thermostat_group.php +++ b/api/thermostat_group.php @@ -315,7 +315,8 @@ class thermostat_group extends cora\crud { 'read', [ 'attributes' => [ - 'thermostat_group_id' => $thermostat_group_id + 'thermostat_group_id' => $thermostat_group_id, + 'inactive' => 0 ] ] );