From eaddd774bd64a3fa4eda7658e59f459ce8c5fcf7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 14 Oct 2021 00:43:17 +0200 Subject: sensornodes: add support for gpio --- files/common/openwrt/sensors_promethues-node-exporter.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'files/common/openwrt/sensors_promethues-node-exporter.lua') diff --git a/files/common/openwrt/sensors_promethues-node-exporter.lua b/files/common/openwrt/sensors_promethues-node-exporter.lua index 59a49811..1d32fa0d 100644 --- a/files/common/openwrt/sensors_promethues-node-exporter.lua +++ b/files/common/openwrt/sensors_promethues-node-exporter.lua @@ -6,6 +6,7 @@ local units = { temperature = "celsius", humidity = "percent", pressure = "pascals", + gpio = "status", } local function scrape() -- cgit v1.2.3