I see in the backup .prs file for a service, the BackupPresentation.json has a signal entry like:
"signals": [
{
"id": "741c22b7-09b9-4bb2-9b0b-361d243b90ea",
"signalKind": "SceneSignal",
"parameters":
{
"SceneId": "0466979b-0542-44bb-b605-a7122b4b852c",
"FirePerSlide": "false"
},
"validationState": "none",
"isValid": false
}
],
Neither the "id" nor "Sceneid" values lead to associated JSON files with the details about the Signal.
Where is that information stored? And how can it be accessed given the presentation ID and that "id" or "SceneId"?
Thanks in advance,
Ken