I found some weird behavior with the new filer SSID. It works perfectly with a single network, however when you add more than one, only the last one in the list will be filtered.
Examples:
Three networks exist on my Meraki configuration = 1HOTBR, b_only, kids_only.
This will filter 1HOTBR and show b_only and kids_only in Accessories. WORKING as expected.
"filterSsidByName": [
{
"name": "1HOTBR"
}
],
This will filter b_only and show 1HOTBR and kids_only in Accessories. WORKING as expected.
"filterSsidByName": [
{
"name": "b_only"
}
],
This will filter 1HOTBR and show b_only and kids_only in Accessories. NOT WORKING as expected.
I found some weird behavior with the new filer SSID. It works perfectly with a single network, however when you add more than one, only the last one in the list will be filtered.
Examples: Three networks exist on my Meraki configuration =
1HOTBR
,b_only
,kids_only
.This will filter
1HOTBR
and showb_only
andkids_only
in Accessories. WORKING as expected.This will filter
b_only
and show1HOTBR
andkids_only
in Accessories. WORKING as expected.This will filter
1HOTBR
and showb_only
andkids_only
in Accessories. NOT WORKING as expected.This will filter
b_only
and show1HOTBR
andkids_only
in Accessories. NOT WORKING as expected.This will filter
kids_only
and show1HOTBR
andb_only
in Accessories. NOT WORKING as expected.