Add new mac vendor to sense DHCP (#57858)
This commit is contained in:
parent
74d72957b2
commit
aa3e17cae9
2 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
||||||
{
|
{
|
||||||
"hostname": "sense-*",
|
"hostname": "sense-*",
|
||||||
"macaddress": "DCEFCA*"
|
"macaddress": "DCEFCA*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "sense-*",
|
||||||
|
"macaddress": "A4D578*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
|
|
|
@ -257,6 +257,11 @@ DHCP = [
|
||||||
"hostname": "sense-*",
|
"hostname": "sense-*",
|
||||||
"macaddress": "DCEFCA*"
|
"macaddress": "DCEFCA*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "sense",
|
||||||
|
"hostname": "sense-*",
|
||||||
|
"macaddress": "A4D578*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "smartthings",
|
"domain": "smartthings",
|
||||||
"hostname": "st*",
|
"hostname": "st*",
|
||||||
|
|
Loading…
Add table
Reference in a new issue