Mercurial > code > home > repos > homeauto
comparison service/piNode/config/kitchen.n3 @ 1153:e4f49cd9dda3
add :pointsAtLeastEvery control
Ignore-this: 9d0236b56b2a7592211ca68b87b4a5d1
darcs-hash:76e4d358cb6b039351c9b6f8e3bb825aaaefcc57
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 15 Apr 2018 04:41:00 -0700 |
parents | 4f89d130a3fe |
children | 6aa5beb63d9e |
comparison
equal
deleted
inserted
replaced
1152:6d2eba4d0dfd | 1153:e4f49cd9dda3 |
---|---|
26 sensor:tempHumidKitchen a :TempHumidSensor; | 26 sensor:tempHumidKitchen a :TempHumidSensor; |
27 :sees houseLoc:kitchenCounter; | 27 :sees houseLoc:kitchenCounter; |
28 :influxMeasurement [ | 28 :influxMeasurement [ |
29 :measurement "temperatureF"; | 29 :measurement "temperatureF"; |
30 :predicate :temperatureF; | 30 :predicate :temperatureF; |
31 :pointsAtLeastEvery 10; | |
31 :tag [:key "host"; :value "kitchen"], [:key "location"; :value "kitchenCounter"]], [ | 32 :tag [:key "host"; :value "kitchen"], [:key "location"; :value "kitchenCounter"]], [ |
32 :measurement "humidity"; | 33 :measurement "humidity"; |
33 :predicate :humidity; | 34 :predicate :humidity; |
34 :tag [:key "host"; :value "kitchen"], [:key "location"; :value "kitchenCounter"]]. | 35 :tag [:key "host"; :value "kitchen"], [:key "location"; :value "kitchenCounter"]]. |
35 | 36 |