Skip to content

Commit

Permalink
Updated Wifi State
Browse files Browse the repository at this point in the history
Updated Wifi State
karuna2git committed Nov 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 647c853 commit 3c2a140
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkManager.json
Original file line number Diff line number Diff line change
@@ -1242,7 +1242,7 @@
}
},
"GetWiFiSignalStrength":{
"summary": "Get WiFiSignalStrength of connected SSID. The signal quality is identifed based on the signal strength. The possible states are \n* 'Excellent' \n* 'Good' \n* 'Fair' \n* 'Weak' \n",
"summary": "Get WiFiSignalStrength of connected SSID. The signal quality is identifed based on the signal strength. The possible states are \n* 'Excellent' \n* 'Good' \n* 'Fair' \n* 'Weak' \n* 'Disconnected' \n",
"events":{
"onWiFiSignalStrengthChange" : "Triggered when Wifi signal strength switches between Excellent, Good, Fair, Weak."
},
1 change: 1 addition & 0 deletions docs/NetworkManagerPlugin.md
Original file line number Diff line number Diff line change
@@ -1640,6 +1640,7 @@ Get WiFiSignalStrength of connected SSID. The signal quality is identifed based
* 'Good'
* 'Fair'
* 'Weak'
* 'Disconnected'
.

Also see: [onWiFiSignalStrengthChange](#event.onWiFiSignalStrengthChange)

0 comments on commit 3c2a140

Please sign in to comment.