mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
configurable gpio devices
This commit is contained in:
@@ -2,6 +2,9 @@ kvmd:
|
||||
server:
|
||||
unix_mode: 0666
|
||||
|
||||
atx:
|
||||
device: /dev/kvmd-gpio
|
||||
|
||||
hid:
|
||||
keyboard:
|
||||
device: /dev/null
|
||||
@@ -33,6 +36,8 @@ kvmd:
|
||||
|
||||
gpio:
|
||||
drivers:
|
||||
__gpio__:
|
||||
device: /dev/kvmd-gpio
|
||||
relay:
|
||||
type: hidrelay
|
||||
device: /dev/hidraw0
|
||||
|
||||
@@ -2,6 +2,9 @@ kvmd:
|
||||
server:
|
||||
unix_mode: 0666
|
||||
|
||||
atx:
|
||||
device: /dev/kvmd-gpio
|
||||
|
||||
hid:
|
||||
keyboard:
|
||||
device: /dev/null
|
||||
|
||||
Reference in New Issue
Block a user