added update value for mikrotik api

This commit is contained in:
tomaae 2019-12-03 01:47:38 +01:00
parent a4c4b344b7
commit a3e6e5692b
2 changed files with 28 additions and 0 deletions

View file

@ -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
# ---------------------------