This action will set a Wifi MAC address filter request with the specified list and specify a state to enable or disable it at will.
- API endpoint slug
- bbox_miami.mac_address_filter
- Filter code method
- BboxMiami.macAddressFilter.skip(string?: reason)
- Runtime method
- runAction("bbox_miami.mac_address_filter", {})
Action fields
- Label
- Which state
- Helper text
- activate or deactivate the filter
- Slug
- state
- Required
- true
- Can have default value
- true
- Filter code method
- BboxMiami.macAddressFilter.setState(string: state)
- Label
- List of MAC address to filter
- Helper text
- a list of MAC address delimited by comma (example 10:24:30:4f:5c:6c,70:84:90:1f:2c:3c)
- Slug
- list_of_mac_address_to_filter
- Required
- false
- Can have default value
- true
- Filter code method
- BboxMiami.macAddressFilter.setListOfMacAddressToFilter(string: listOfMacAddressToFilter)