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