Skip to content
Stephan Mühl edited this page Feb 21, 2023 · 27 revisions

This belongs to the current beta version of Smartpusher (currently v2.00)

All MQTT commands from stable also belongs to this beta!

Create CustomPages

  • navigate to [Smartpusher-IP]/edit
  • Create a new file pages.json add a array of pages e.g.:
{  
  "screen1": [  
    { "x": 10, "y": 10, "vt": "value1" },  
    { "x": 20, "y": 30, "vt": "value2" },  
    { "x": 50, "y": 50, "vt": "value3" }  
  ],  
 "screen2": [  
    { "x": 10, "y": 10, "vt": "value1" },  
    { "x": 20, "y": 30, "vt": "value2" },  
    { "x": 50, "y": 50, "vt": "value3" }  
  ]  
}
Clone this wiki locally