We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im trying to add the Routines. However one of them gives me the Operation Payload Error:
{"@type":"com.amazon.alexa.behaviors.model.Automation", "automationId":"amzn1.alexa.automation.XXX", "name":null, "triggers":[{"payload":{"customerId":"XXX","utterance":"Stimmungslicht","locale":"de-DE","marketplaceId":"XXX"},"id":"amzn1.alexa.trigger.XXXX","type":"CustomUtterance","timeLapse":null}], "sequence":{"@type":"com.amazon.alexa.behaviors.model.Sequence","sequenceId":"amzn1.alexa.sequence.XXX", "startNode":{"@type":"com.amazon.alexa.behaviors.model.SerialNode","name":null, "nodesToExecute":[{"@type":"com.amazon.alexa.behaviors.model.ParallelNode","name":null, "nodesToExecute":[{"@type":"com.amazon.alexa.behaviors.model.SerialNode","name":null, "nodesToExecute":[{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","type":"sceneActivate","operationPayload":{"customerId":"XXX","operationId":"sceneActivate","target":"XXXX"},"name":null}]},{"@type":"com.amazon.alexa.behaviors.model.SerialNode","name":null, "nodesToExecute":[{"@type":"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode","type":"sceneActivate","operationPayload":{"customerId":"XXXX","operationId":"sceneActivate","target":"XXXX"},"name":null}]},
Im on the latest version for both Hassio and the Custom Component. Running Hassio on a NUC. Using the German Alexa Server.
EDIT: Formatting json
The text was updated successfully, but these errors were encountered:
To confirm, this is a scene activation routine?
Sorry, something went wrong.
Yes correct. A Hue scene
Successfully merging a pull request may close this issue.
Im trying to add the Routines. However one of them gives me the Operation Payload Error:
Im on the latest version for both Hassio and the Custom Component. Running Hassio on a NUC. Using the German Alexa Server.
EDIT: Formatting json
The text was updated successfully, but these errors were encountered: