Skip to content
George Joseph edited this page Oct 20, 2019 · 1 revision

Derived from Element -> Widget -> Button

A "status" widget is a specialized convenience widget derived from Button which displays the current status of the printer.

You can easily create your ownusing Button and "state".

{
	"id": "status",
	"type": "status",
	"style": {
		"width": "15ch"
	}
}
Clone this wiki locally