sinricpro / sample_messages

Sinric Pro example JSON messages
https://sinric.pro
8 stars 6 forks source link

adjustBands has no levelDelta #15

Closed sivar2311 closed 4 years ago

sivar2311 commented 4 years ago
{
  "header": {
    "payloadVersion": 2,
    "signatureVersion": 1
  },
  "payload": {
    "action": "adjustBands",
    "clientId": "alexa-skill",
    "createdAt": 1569872634,
    "deviceAttributes": [],
    "deviceId": "xxxxxxxxxxxxxxxxxxxxxxx",
    "replyToken": "cdcd9bf0-fc3a-427e-905f-b3eb750b0d1f",
    "type": "request",
    "value": {
      "bands": [
        {
          "levelDirection": "DOWN",
          "name": "BASS"
        }
      ]
    }
  },
  "signature": {
    "HMAC": "xxxxxxxxxxxxxxxxxxx"
  }
}
kakopappa commented 4 years ago

bands.levelDelta is optional, i have updated the json doc now.