Add PSU
This commit is contained in:
@@ -82,6 +82,38 @@
|
||||
"TitleAlignment": "middle"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Turn PSU On",
|
||||
"UUID": "com.octoprint.monitor.psu-on",
|
||||
"Icon": "imgs/actions/counter/icon",
|
||||
"Tooltip": "Turn the printer PSU on via OctoPrint PSUControl.",
|
||||
"PropertyInspectorPath": "ui/increment-counter.html",
|
||||
"Controllers": [
|
||||
"Keypad"
|
||||
],
|
||||
"States": [
|
||||
{
|
||||
"Image": "imgs/actions/counter/key",
|
||||
"TitleAlignment": "middle"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Turn PSU Off",
|
||||
"UUID": "com.octoprint.monitor.psu-off",
|
||||
"Icon": "imgs/actions/counter/icon",
|
||||
"Tooltip": "Turn the printer PSU off via OctoPrint PSUControl.",
|
||||
"PropertyInspectorPath": "ui/increment-counter.html",
|
||||
"Controllers": [
|
||||
"Keypad"
|
||||
],
|
||||
"States": [
|
||||
{
|
||||
"Image": "imgs/actions/counter/key",
|
||||
"TitleAlignment": "middle"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"Category": "OctoControll",
|
||||
|
||||
Reference in New Issue
Block a user