Pebble.Companion.Configuration
Open and observe the Pebble companion configuration page.
Pebble.Companion.Configuration.open "settings" "https://example.com/config"
Events
Commands
Union Types
Event
type Eventtype Event
= Closed (Maybe String)
| Unknown StringConfiguration lifecycle events reported by the bridge.
Values
decode
decode : BridgeEvent -> EventDecode a bridge event into a configuration event.
open
open : String -> String -> CommandEnvelopeAsk the companion bridge to open a configuration URL.
subscribe
subscribe : String -> CommandEnvelopeSubscribe to configuration close events.