Created
November 5, 2025 06:31
-
-
Save fangdingjun/56289356b66ee57ba86547976c6b099d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "event": { | |
| "header": { | |
| "namespace": "Alexa", | |
| "name": "ChangeReport", | |
| "messageId": "6f6fd92a-6645-4550-88d7-20cefe4f4e21", | |
| "payloadVersion": "3" | |
| }, | |
| "endpoint": { | |
| "scope": { | |
| "type": "BearerToken", | |
| "token": "token from alexa" | |
| }, | |
| "endpointId": "dbe4964d44282ef865ace395491b5a04_5_I4SEASON" | |
| }, | |
| "payload": { | |
| "change": { | |
| "cause": { | |
| "type": "APP_INTERACTION" | |
| }, | |
| "properties": [ | |
| { | |
| "namespace": "Alexa.ThermostatController", | |
| "name": "targetSetpoint", | |
| "value": { | |
| "value": 72, | |
| "scale": "FAHRENHEIT" | |
| }, | |
| "timeOfSample": "2025-11-05T06:12:28.37Z", | |
| "uncertaintyInMilliseconds": 200 | |
| }, | |
| { | |
| "namespace": "Alexa.ThermostatController", | |
| "name": "thermostatMode", | |
| "value": "COOL", | |
| "timeOfSample": "2025-11-05T06:12:28.37Z", | |
| "uncertaintyInMilliseconds": 200 | |
| }, | |
| { | |
| "namespace": "Alexa.TemperatureSensor", | |
| "name": "temperature", | |
| "value": { | |
| "value": 85, | |
| "scale": "FAHRENHEIT" | |
| }, | |
| "timeOfSample": "2025-11-05T06:12:28.01Z", | |
| "uncertaintyInMilliseconds": 200 | |
| }, | |
| { | |
| "instance": "Cooler.Humidity", | |
| "namespace": "Alexa.RangeController", | |
| "name": "rangeValue", | |
| "value": 66, | |
| "timeOfSample": "2025-11-05T06:12:27.83Z", | |
| "uncertaintyInMilliseconds": 200 | |
| }, | |
| { | |
| "instance": "Cooler.Display", | |
| "namespace": "Alexa.ToggleController", | |
| "name": "toggleState", | |
| "value": "OFF", | |
| "timeOfSample": "2025-11-05T06:12:27.91Z", | |
| "uncertaintyInMilliseconds": 200 | |
| }, | |
| { | |
| "instance": "Cooler.Sleep", | |
| "namespace": "Alexa.ToggleController", | |
| "name": "toggleState", | |
| "value": "OFF", | |
| "timeOfSample": "2025-11-05T06:12:28.14Z", | |
| "uncertaintyInMilliseconds": 200 | |
| }, | |
| { | |
| "instance": "Cooler.Oscillation", | |
| "namespace": "Alexa.ToggleController", | |
| "name": "toggleState", | |
| "value": "OFF", | |
| "timeOfSample": "2025-11-05T06:12:27.53Z", | |
| "uncertaintyInMilliseconds": 200 | |
| }, | |
| { | |
| "instance": "Fan.Speed", | |
| "namespace": "Alexa.RangeController", | |
| "name": "rangeValue", | |
| "value": 1, | |
| "timeOfSample": "2025-11-05T06:12:27.64Z", | |
| "uncertaintyInMilliseconds": 200 | |
| }, | |
| { | |
| "namespace": "Alexa.PowerController", | |
| "name": "powerState", | |
| "value": "ON", | |
| "timeOfSample": "2025-11-05T06:12:27.55Z", | |
| "uncertaintyInMilliseconds": 200 | |
| }, | |
| { | |
| "namespace": "Alexa.EndpointHealth", | |
| "name": "connectivity", | |
| "value": { | |
| "value": "OK" | |
| }, | |
| "timeOfSample": "2025-11-05T06:12:26.95Z", | |
| "uncertaintyInMilliseconds": 200 | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| "context": {} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment