This commit is contained in:
Devaev Maxim 2020-08-30 19:47:40 +03:00
parent 5322fc4ede
commit c10b614b08

View File

@ -171,7 +171,7 @@ class KvmdServer(HttpServer): # pylint: disable=too-many-arguments,too-many-ins
], ],
*[ *[
_Component("Wake-on-LAN", "wol_state", wol), _Component("Wake-on-LAN", "wol_state", wol),
_Component("GPIO", "gpio_state", user_gpio), _Component("User-GPIO", "gpio_state", user_gpio),
_Component("HID", "hid_state", hid), _Component("HID", "hid_state", hid),
_Component("ATX", "atx_state", atx), _Component("ATX", "atx_state", atx),
_Component("MSD", "msd_state", msd), _Component("MSD", "msd_state", msd),