mirror of
https://github.com/pikvm/pikvm
synced 2024-11-06 21:20:32 +00:00
fix
This commit is contained in:
parent
11bd929aad
commit
eaabd93e96
23
docs/gpio.md
23
docs/gpio.md
@ -525,6 +525,8 @@ kvmd
|
|||||||
- ["plug_led", "plug_button"]
|
- ["plug_led", "plug_button"]
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### ANEL NET-PwrCtrl
|
### ANEL NET-PwrCtrl
|
||||||
??? note "Click to view"
|
??? note "Click to view"
|
||||||
The `anelpwr` plugin allows you to use ANEL NET-PwrCrtl IP-PDUs (switchabel sockets) as gpios. There are up to 8 Ports per PDU. Input pulls the the current state from the PDU, Output switches the Socket.
|
The `anelpwr` plugin allows you to use ANEL NET-PwrCrtl IP-PDUs (switchabel sockets) as gpios. There are up to 8 Ports per PDU. Input pulls the the current state from the PDU, Output switches the Socket.
|
||||||
@ -533,28 +535,27 @@ kvmd
|
|||||||
kvmd:
|
kvmd:
|
||||||
gpio:
|
gpio:
|
||||||
drivers:
|
drivers:
|
||||||
anel_pdu_1:
|
anel_pdu_0:
|
||||||
type: anelpwr
|
type: anelpwr
|
||||||
url: http://IP:Port/
|
url: http://IP:port
|
||||||
user: admin
|
user: admin
|
||||||
passwd: anel
|
passwd: anel
|
||||||
initial: null
|
|
||||||
scheme:
|
scheme:
|
||||||
pdu1_1_pwr:
|
pdu0_0_pwr:
|
||||||
pin: 1
|
pin: 0
|
||||||
driver: anel_pdu_1
|
driver: anel_pdu_0
|
||||||
mode: output
|
mode: output
|
||||||
pulse:
|
pulse:
|
||||||
delay: 0
|
delay: 0
|
||||||
pdu1_1_led:
|
pdu0_0_led:
|
||||||
pin: 1
|
pin: 0
|
||||||
driver: anel_pdu_1
|
driver: anel_pdu_0
|
||||||
mode: input
|
mode: input
|
||||||
view:
|
view:
|
||||||
header:
|
header:
|
||||||
title: "PDUs"
|
title: "PDUs"
|
||||||
table:
|
table:
|
||||||
- ["#PDU1"]
|
- ["#PDU0"]
|
||||||
- []
|
- []
|
||||||
- ["#PDU1_Port1:", pdu1_1_led, "pdu1_1_pwr|confirm|test"]
|
- ["#PDU0_Port0:", pdu0_0_led, "pdu0_0_pwr|confirm|test"]
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user