Skip to content

Commit

Permalink
Fixed active mac in DHCP #104
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaae committed Apr 12, 2021
1 parent 3a28a6a commit 4376e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/mikrotik_router/mikrotik_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ def get_dhcp(self):
key="mac-address",
vals=[
{"name": "mac-address"},
{"name": "active-mac-address"},
{"name": "active-mac-address", "default": "unknown"},
{"name": "address", "default": "unknown"},
{"name": "active-address", "default": "unknown"},
{"name": "host-name", "default": "unknown"},
Expand Down

0 comments on commit 4376e9c

Please sign in to comment.