Skip to content

Instantly share code, notes, and snippets.

@fangdingjun
Created December 10, 2025 03:44
Show Gist options
  • Select an option

  • Save fangdingjun/91b4f18c1331e78b564cbf0ad520575c to your computer and use it in GitHub Desktop.

Select an option

Save fangdingjun/91b4f18c1331e78b564cbf0ad520575c to your computer and use it in GitHub Desktop.
{
"event": {
"header": {
"namespace": "Alexa",
"name": "ChangeReport",
"messageId": "1c6a06a4-9f24-412a-ad67-9aa85085d9ea",
"payloadVersion": "3"
},
"endpoint": {
"scope": {
"type": "BearerToken",
"token": "token"
},
"endpointId": "dbe4964d44282ef865ace395491b5a04_5_I4SEASON"
},
"payload": {
"change": {
"cause": {
"type": "APP_INTERACTION"
},
"properties": [
{
"namespace": "Alexa.ThermostatController",
"name": "targetSetpoint",
"value": {
"value": 65,
"scale": "FAHRENHEIT"
},
"timeOfSample": "2025-12-10T03:40:01.91Z",
"uncertaintyInMilliseconds": 200
},
{
"namespace": "Alexa.ThermostatController",
"name": "thermostatMode",
"value": "COOL",
"timeOfSample": "2025-12-10T03:40:01.91Z",
"uncertaintyInMilliseconds": 200
},
{
"namespace": "Alexa.TemperatureSensor",
"name": "temperature",
"value": {
"value": 85,
"scale": "FAHRENHEIT"
},
"timeOfSample": "2025-12-10T03:40:01.41Z",
"uncertaintyInMilliseconds": 200
},
{
"instance": "Cooler.Humidity",
"namespace": "Alexa.RangeController",
"name": "rangeValue",
"value": 30,
"timeOfSample": "2025-12-10T03:40:01.71Z",
"uncertaintyInMilliseconds": 200
},
{
"instance": "Cooler.Display",
"namespace": "Alexa.ToggleController",
"name": "toggleState",
"value": "ON",
"timeOfSample": "2025-12-10T03:40:01.25Z",
"uncertaintyInMilliseconds": 200
},
{
"instance": "Cooler.Sleep",
"namespace": "Alexa.ToggleController",
"name": "toggleState",
"value": "OFF",
"timeOfSample": "2025-12-10T03:40:01.09Z",
"uncertaintyInMilliseconds": 200
},
{
"instance": "Cooler.Oscillation",
"namespace": "Alexa.ToggleController",
"name": "toggleState",
"value": "OFF",
"timeOfSample": "2025-12-10T03:40:00.99Z",
"uncertaintyInMilliseconds": 200
},
{
"instance": "Fan.Speed",
"namespace": "Alexa.RangeController",
"name": "rangeValue",
"value": 2,
"timeOfSample": "2025-12-10T03:40:01.63Z",
"uncertaintyInMilliseconds": 200
},
{
"namespace": "Alexa.PowerController",
"name": "powerState",
"value": "ON",
"timeOfSample": "2025-12-10T03:40:01.39Z",
"uncertaintyInMilliseconds": 200
},
{
"namespace": "Alexa.EndpointHealth",
"name": "connectivity",
"value": {
"value": "OK"
},
"timeOfSample": "2025-12-10T03:40:01.21Z",
"uncertaintyInMilliseconds": 200
}
]
}
}
},
"context": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment