Skip to content

Commit

Permalink
Merge pull request #25 from topaxi/feat/wifi-freq
Browse files Browse the repository at this point in the history
feat(Network): add wifi frequency
  • Loading branch information
Aylur authored Mar 20, 2024
2 parents 031e16c + 6ccdbbf commit 238e57b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/docs/services/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This service is somewhat incomplete, feel free to open a PR to improve it

* `ssid`: `string`
* `strength`: `number` 0..100
* `frequency`: `number`
* `internet`: `"connected" | "connecting" | "disconnected"`
* `enabled`: `boolean`
* `access-points`: `AccessPoint`
Expand All @@ -47,6 +48,7 @@ meaning you can't bind to it or use notify::prop signal
* `ssid`: `string`
* `active`: `boolean`
* `strength`: `number`
* `frequency`: `number`
* `iconName`: `string` icon name representing its signal strength

## Wired
Expand Down

0 comments on commit 238e57b

Please sign in to comment.