Display PoE capability and status per port #71

This commit is contained in:
tomaae 2020-12-02 09:28:56 +01:00
parent 2fd51db9df
commit a86eecf150
3 changed files with 23 additions and 1 deletions

View file

@ -26,6 +26,7 @@ DEVICE_ATTRIBUTES_IFACE = [
"type",
"name",
"default-name",
"poe-out",
]
DEVICE_ATTRIBUTES_NAT = [
@ -282,7 +283,6 @@ class MikrotikControllerPortSwitch(MikrotikControllerSwitch):
self._ctrl.set_value(path, param, value, mod_param, mod_value)
await self._ctrl.async_update()
# ---------------------------
# MikrotikControllerNATSwitch
# ---------------------------