From 3022f2563149d21f8e261800b30461b7f472228a Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Tue, 18 Oct 2022 09:14:12 -0400 Subject: [PATCH] Reduced the number of columns returned from sensor sync --- api/runtime.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/runtime.php b/api/runtime.php index e29c014..cfbff86 100644 --- a/api/runtime.php +++ b/api/runtime.php @@ -718,6 +718,11 @@ class runtime extends cora\api { ], 'operator' => 'between' ] + ], + [ + 'runtime_sensor_id', + 'sensor_id', + 'timestamp' ] );