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