Pebble.Companion.Network
Query and observe phone network status.
Pebble.Companion.Network.status "network-status"
Events
Commands
Union Types
Event
type Eventtype Event
= StatusChanged Bool
| Unknown StringNetwork status events from the companion bridge.
Values
decode
decode : BridgeEvent -> EventDecode a bridge network event.
status
status : String -> CommandEnvelopeRequest the current online/offline status.
subscribe
subscribe : String -> CommandEnvelopeSubscribe to network status changes.