mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-09 17:04:29 +02:00
Incorrect id being sent through to the api
This commit is contained in:
parent
43d1861089
commit
7b47f55098
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ class MikrotikAPI:
|
||||||
)
|
)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
params = {".id": tmp[".id"]}
|
params = {".id": entry_found}
|
||||||
self.lock.acquire()
|
self.lock.acquire()
|
||||||
try:
|
try:
|
||||||
tuple(response(command, **params))
|
tuple(response(command, **params))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue