Add v3 smartthings hub to discovery (#51051)
- I recently switched to a v3 hub, and it has a new OUI
This commit is contained in:
parent
fe75a1bb9d
commit
023c094b01
2 changed files with 9 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
|||
{
|
||||
"hostname": "hub*",
|
||||
"macaddress": "D052A8*"
|
||||
},
|
||||
{
|
||||
"hostname": "hub*",
|
||||
"macaddress": "286D97*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -210,6 +210,11 @@ DHCP = [
|
|||
"hostname": "hub*",
|
||||
"macaddress": "D052A8*"
|
||||
},
|
||||
{
|
||||
"domain": "smartthings",
|
||||
"hostname": "hub*",
|
||||
"macaddress": "286D97*"
|
||||
},
|
||||
{
|
||||
"domain": "solaredge",
|
||||
"hostname": "target",
|
||||
|
|
Loading…
Add table
Reference in a new issue