{{ file:img_20181027_202217.jpg?400}}
====== FlipDot ======
Das Flipdot panel lässt sich momentan über MQTT ansteuern.
===== Beschreibung =====
Im Flipdot Panel Kasten ist ein Raspberry Pi versteckt. Unter der IP 10.42.1.185 oder flipdot.foobar.local ist jener zu erreichen.
Darauf läuft ein Arch und das Projekt ''https://github.com/printfuck/flipdot'' wurde darauf deployed.
===== API =====
==== Text ====
/foobar/flipdot/text
#
# { "color": "B", "x": 0, "y": 0, "size": "small", "text": "My messeage" } Black
# { "color": "Y", "x": 0, "y": 0, "size": "medium", "text": "My messeage" } Yellow
# { "color": "Y", "x": 0, "y": 0, "size": "large", "text": "My messeage" } Yellow
#
==== Pixel ====
/foobar/flipdot/pixel
#
# { "color": "B", "x": 0, "y": 0 } Black
# { "color": "Y", "x": 0, "y": 0 } Yellow
#
==== Clear ====
/foobar/flipdot/clear
Akzeptiert ''B'' oder ''Y'' als payload
==== Vertical Line ====
/foobar/flipdot/vline
#
# { "color": "Y", "value": 0 } Yellow
#
==== Horizontal Line ====
/foobar/flipdot/hline
#
# { "color": "Y", "value": 0 } Yellow
#