Mercurial > code > home > repos > homeauto
annotate service/piNode/config/main.n3 @ 1393:f012cb2e3e7a
new crib anim
Ignore-this: 7bc4d81fcaad189d52852aa7b6f5d43f
darcs-hash:b3958ade19cbcbee9edc38176fdc2083daaddaa5
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 06 Jul 2019 00:48:56 -0700 |
parents | 4f89d130a3fe |
children |
rev | line source |
---|---|
1038
ffe6a00c6cef
server/browser graph sync. cut dependency on the WS version. merge some changes between arduino/pi code.
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
ffe6a00c6cef
server/browser graph sync. cut dependency on the WS version. merge some changes between arduino/pi code.
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 @prefix : <http://projects.bigasterisk.com/room/> . |
1071
9a8897fac103
neopixel lib change. factor out pwm setup and try another pwm rate
drewp <drewp@bigasterisk.com>
parents:
1067
diff
changeset
|
3 @prefix order: <http://projects.bigasterisk.com/room/ledColorOrder/> . |
1038
ffe6a00c6cef
server/browser graph sync. cut dependency on the WS version. merge some changes between arduino/pi code.
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
4 @prefix ha: <http://bigasterisk.com/homeauto/> . |
ffe6a00c6cef
server/browser graph sync. cut dependency on the WS version. merge some changes between arduino/pi code.
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 @prefix sensor: <http://bigasterisk.com/homeauto/sensor/> . |
ffe6a00c6cef
server/browser graph sync. cut dependency on the WS version. merge some changes between arduino/pi code.
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
6 @prefix houseLoc: <http://bigasterisk.com/homeauto/houseLoc/> . |
ffe6a00c6cef
server/browser graph sync. cut dependency on the WS version. merge some changes between arduino/pi code.
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
7 |
ffe6a00c6cef
server/browser graph sync. cut dependency on the WS version. merge some changes between arduino/pi code.
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
8 |
1151 | 9 @prefix boardTest: <http://bigasterisk.com/homeauto/boardTest/pin/> . |
1065
71a753f65d25
new changing table computer in config
drewp <drewp@bigasterisk.com>
parents:
1051
diff
changeset
|
10 |
1151 | 11 ha:node10 a :PiBoard; |
12 :hostname "xbang"; :hasPin boardTest:GPIO18 . | |
1065
71a753f65d25
new changing table computer in config
drewp <drewp@bigasterisk.com>
parents:
1051
diff
changeset
|
13 |
1151 | 14 boardTest:GPIO18 :gpioNumber 18; :connectedTo :testRgb . |
15 :testRgb a :RgbPixels; | |
1071
9a8897fac103
neopixel lib change. factor out pwm setup and try another pwm rate
drewp <drewp@bigasterisk.com>
parents:
1067
diff
changeset
|
16 :colorOrder order:GRB; |
1151 | 17 :pixelGroup :testStatus, :testStrip . |
1109
77f6117e002f
influx output, fade support, switch to Adafruit_DHT, start of Lcd8544
drewp <drewp@bigasterisk.com>
parents:
1094
diff
changeset
|
18 |
1151 | 19 :testStatus |
20 :startIndex 0; | |
21 :endIndex 0; | |
22 :src "rainbow.png"; | |
23 :x 0; | |
24 :y 0; | |
25 :height 1; | |
26 :interpolate :slide; | |
27 :rate 30 . # px/sec | |
28 :testStrip | |
29 :startIndex 1; | |
30 :endIndex 50; | |
31 :src "rainbow.png"; | |
32 :x 0; | |
33 :y 0; | |
34 :height 50; | |
35 :interpolate :slide . |