mhome-messaging-api 0.2.0

Typed wire contract for mHome messaging provider management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "target": "/messaging/setup/start",
  "direction": "response",
  "body": {
    "setup": {
      "setupId": "setup-1",
      "status": "action_required",
      "expiresAtMs": 1893456000000,
      "providerData": { "pairingCode": "ABCD" }
    }
  }
}