Last active
April 24, 2025 14:23
-
-
Save fangdingjun/5e9fb736d6e9295de4b1b5317f67aa5e 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": "f84674e6-1d87-4ee4-8578-ce5de9bfa872", | |
"payloadVersion": "3" | |
}, | |
"endpoint": { | |
"scope": { | |
"type": "BearerToken", | |
"token": "token" | |
}, | |
"endpointId": "dbe4964d44282ef865ace395491b5a04_5_I4SEASON" | |
}, | |
"payload": { | |
"change": { | |
"cause": { | |
"type": "APP_INTERACTION" | |
}, | |
"properties": [ | |
{ | |
"namespace": "Alexa.TemperatureSensor", | |
"name": "temperature", | |
"value": { | |
"value": 85, | |
"scale": "FAHRENHEIT" | |
}, | |
"timeOfSample": "2025-04-24T14:15:00.683Z", | |
"uncertaintyInMilliseconds": 1000 | |
}, | |
{ | |
"namespace": "Alexa.ThermostatController", | |
"name": "targetSetpoint", | |
"value": { | |
"value": 71, | |
"scale": "FAHRENHEIT" | |
}, | |
"timeOfSample": "2025-04-24T14:15:01.175Z", | |
"uncertaintyInMilliseconds": 500 | |
}, | |
{ | |
"namespace": "Alexa.ThermostatController", | |
"name": "thermostatMode", | |
"value": "COOL", | |
"timeOfSample": "2025-04-24T14:15:01.078Z", | |
"uncertaintyInMilliseconds": 500 | |
}, | |
{ | |
"instance": "Cooler.Humidity", | |
"namespace": "Alexa.RangeController", | |
"name": "rangeValue", | |
"value": 30, | |
"timeOfSample": "2025-04-24T14:15:00.752Z", | |
"uncertaintyInMilliseconds": 500 | |
}, | |
{ | |
"instance": "Cooler.Display", | |
"namespace": "Alexa.ToggleController", | |
"name": "toggleState", | |
"value": "OFF", | |
"timeOfSample": "2025-04-24T14:15:00.883Z", | |
"uncertaintyInMilliseconds": 500 | |
}, | |
{ | |
"instance": "Cooler.Sleep", | |
"namespace": "Alexa.ToggleController", | |
"name": "toggleState", | |
"value": "OFF", | |
"timeOfSample": "2025-04-24T14:15:00.343Z", | |
"uncertaintyInMilliseconds": 500 | |
}, | |
{ | |
"instance": "Cooler.Oscillation", | |
"namespace": "Alexa.ToggleController", | |
"name": "toggleState", | |
"value": "OFF", | |
"timeOfSample": "2025-04-24T14:15:00.505Z", | |
"uncertaintyInMilliseconds": 500 | |
}, | |
{ | |
"instance": "Fan.Speed", | |
"namespace": "Alexa.RangeController", | |
"name": "rangeValue", | |
"value": 2, | |
"timeOfSample": "2025-04-24T14:15:00.395Z", | |
"uncertaintyInMilliseconds": 500 | |
}, | |
{ | |
"namespace": "Alexa.PowerController", | |
"name": "powerState", | |
"value": "ON", | |
"timeOfSample": "2025-04-24T14:15:00.681Z", | |
"uncertaintyInMilliseconds": 500 | |
}, | |
{ | |
"namespace": "Alexa.EndpointHealth", | |
"name": "connectivity", | |
"value": { | |
"value": "OK" | |
}, | |
"timeOfSample": "2025-04-24T14:15:00.938Z", | |
"uncertaintyInMilliseconds": 0 | |
} | |
] | |
} | |
} | |
}, | |
"context": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment