Hello,
Welcome to Microsoft Q&A!
@Jason Sorry for the delay.
After talking to the team, it is mentioned that the OnUpdated event would not be fired upon a WiFi signal change. This may only be updated based on certain properties of the device that was changed such as device name or type.
One potential solution that I got from other engineers is that you could create a timer to manually poll for the signal strength at regular intervals. Here is the document that contains detailed ways in which we can implement a WiFi scanner app that scans at regular intervals to update the list of WiFi devices (along with updating the signal strength)
This may be a better approach as the Signal strength can change at a rapid pace so this can control how often you would want the signal value to be updated. In addition, the signal strength can sometimes go to 0 based on if the device timed out or disconnected so polling the signal strength at certain intervals would provide more data into the WiFi devices nearby.
Thank you.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.