mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-24 01:38:49 +02:00
added update value for mikrotik api
This commit is contained in:
parent
a4c4b344b7
commit
a3e6e5692b
2 changed files with 28 additions and 0 deletions
|
@ -119,6 +119,12 @@ class MikrotikControllerData():
|
|||
self.listeners = []
|
||||
return True
|
||||
|
||||
# ---------------------------
|
||||
# get_interfaces
|
||||
# ---------------------------
|
||||
def set_value(self, path, param, value, mod_param, mod_value):
|
||||
return self.api.update(path, param, value, mod_param, mod_value)
|
||||
|
||||
# ---------------------------
|
||||
# get_interfaces
|
||||
# ---------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue