@@ -208,6 +208,9 @@ Currently available are:
208
208
``netio_kshell ``
209
209
Controls *NETIO 4C PDUs * via a Telnet interface.
210
210
211
+ ``poe_mib ``
212
+ Controls PoE switches using the PoE SNMP administration MiBs.
213
+
211
214
``raritan ``
212
215
Controls *Raritan PDUs * via SNMP.
213
216
@@ -246,10 +249,6 @@ Currently available are:
246
249
<https://github.com/labgrid-project/labgrid/blob/master/labgrid/driver/power/simplerest.py> `__
247
250
for details.
248
251
249
- ``tplink ``
250
- Controls *TP-Link power strips * via `python-kasa
251
- <https://github.com/python-kasa/python-kasa> `_.
252
-
253
252
``tinycontrol ``
254
253
Controls a tinycontrol.eu IP Power Socket via HTTP.
255
254
It was tested on the *6G10A v2 * model.
@@ -259,12 +258,13 @@ Currently available are:
259
258
Controls a Tinycontrol tcPDU via HTTP.
260
259
See the `documentation <https://docs.tinycontrol.pl/en/tcpdu/api/commands/ >`__
261
260
262
- ``poe_mib ``
263
- Controls PoE switches using the PoE SNMP administration MiBs.
261
+ ``tplink ``
262
+ Controls *TP-Link power strips * via `python-kasa
263
+ <https://github.com/python-kasa/python-kasa> `_.
264
264
265
265
``ubus ``
266
- Controls *PoE switches * running OpenWrt using the * ubus * interface.
267
- Further information available at <https://openwrt.org/docs/techref/ubus>
266
+ Controls *PoE switches * running OpenWrt using the
267
+ ` ubus interface <https://openwrt.org/docs/techref/ubus >`__,
268
268
269
269
Used by:
270
270
- `NetworkPowerDriver `_
@@ -2231,8 +2231,10 @@ GpioDigitalOutputDriver
2231
2231
~~~~~~~~~~~~~~~~~~~~~~~
2232
2232
The :any: `GpioDigitalOutputDriver ` writes a digital signal to a GPIO line.
2233
2233
2234
- This driver configures GPIO lines via `the sysfs kernel interface <https://www.kernel.org/doc/html/latest/gpio/sysfs.html> `.
2235
- While the driver automatically exports the GPIO, it does not configure it in any other way than as an output.
2234
+ This driver configures GPIO lines via
2235
+ `the sysfs kernel interface <https://www.kernel.org/doc/html/latest/gpio/sysfs.html >`__.
2236
+ While the driver automatically exports the GPIO, it does not configure it in
2237
+ any other way than as an output.
2236
2238
2237
2239
Binds to:
2238
2240
gpio:
0 commit comments