From bfe8b8abeb271c17f16d836d7c6b2e2359e2015a Mon Sep 17 00:00:00 2001 From: f Date: Thu, 24 Mar 2022 10:23:10 -0300 Subject: [PATCH] poder usar nombres de sensores como filtros --- config/blazer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/blazer.yml b/config/blazer.yml index c330e1f..e9984c7 100644 --- a/config/blazer.yml +++ b/config/blazer.yml @@ -22,6 +22,7 @@ data_sources: use_transaction: true smart_variables: + local_type: "select distinct local_type from sensors" # zone_id: "SELECT id, name FROM zones ORDER BY name ASC" # period: ["day", "week", "month"] # status: {0: "Active", 1: "Archived"}