I'm using the API to manually set the channel for a Wi-Fi AP. That works fine, and I see the change reflected immediately on the dashboard. However, when I then query the device via the API with `getDeviceWirelessStatus`, it will often take minutes before it turns the Wi-Fi channel that is shown on the dashboard. Is there someway that I can force this to refresh, or make it update faster? Which thing is wrong? Is the dashboard incorrectly showing the new value before the hardware has actually switched to the new channel? Or is the data presented via the API lagging behind the reality? Could I make it faster by rebooting the AP in between or disabled and re-enabling the radio, or something?