From 6ff877fcc1258c7576d3543929d46bc57657603c Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Tue, 4 Jun 2024 19:26:49 -0400 Subject: [PATCH] Fixed #411 - Data download includes old sensors --- api/runtime.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/runtime.php b/api/runtime.php index a8092b2..3c51892 100644 --- a/api/runtime.php +++ b/api/runtime.php @@ -951,7 +951,8 @@ class runtime extends cora\api { 'read_id', [ 'attributes' => [ - 'thermostat_id' => $thermostat_id + 'thermostat_id' => $thermostat_id, + 'inactive' => 0 ] ] );