mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-29 20:14:30 +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
|
||||
|
||||
params = {".id": tmp[".id"]}
|
||||
params = {".id": entry_found}
|
||||
self.lock.acquire()
|
||||
try:
|
||||
tuple(response(command, **params))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue