Files
packages/utils/rpcd-mod-poe/files/poe.acl
T
Paul Spooren b239d933d4 rpcd-mod-poe: add package
simple package to manipulate gpio pins via the web interface. This was
tested on a UBNT EdgePing R6 turining on and off the 4 PoE ports
(496-500).

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-02-12 16:20:02 +01:00

23 lines
256 B
Plaintext

{
"poe": {
"description": "manipulate gpio pins to enable/disable poe",
"read": {
"ubus": {
"poe": [
"status",
"list"
]
}
},
"write": {
"ubus": {
"poe": [
"on",
"off",
"powercycle"
]
}
}
}
}