There was an error while loading. Please reload this page.
HTTP Endpoin
POST /api/screen
MQTT Topic
MasterTopic/setScreen
{ "text": { "textString": "Test It :D", "bigFont": false, "scrollText": "auto", "scrollTextDelay": 20, "centerText": false, "position": { "x": 8, "y": 1 }, "color": { "r": 255, "g": 255, "b": 255 }, "hexColor": "#FFFFFF" } }
textString
String
scrollText
Boolean / String
true / false / "auto"
scrollTextDelay
Integer
1 - 9999
centerText
Boolean
true / false
position
JSON
{"x":8, "y":1}
color
{"r":255, "g":255, "b":255},
hexColor
#FFFFFF