Jump to content

List of Spokens


stusviews

Recommended Posts

Posted

I'd like to be able to print a lost of spokens and the device/scenes/progams each controls other than page by page printouts.

Posted

I'd like to be able to print a lost of spokens and the device/scenes/progams each controls other than page by page printouts.

 

If its lost how do you know what the words are?!?! LOL

Posted

Good point. If I had a list, then it wouldn't be lost.

Posted

No. The devices I added to the portal for Echo control.

Posted

URL is:

https://my.isy.io/api/voice/spoken/nodes?uuid=<UUID>

This returns JSON which includes the node address, name (on ISY) and an array of the spoken elements.

 

The UUID is URL encoded...  so if your ISYs UUID is 00:11:22:33:44:55 the <UUID> parameter should be 00%3A11%3A22%3A33%3A44%3A55 (simply replace each : with %3A)

 

You'll need to send basic auth using your portal credentials. 

 

Michael.

Posted

Michael,

 

Thanks a lot. More info than expected makes the command even more useful. BTW, I didn't need to replace : with %3A.

 

Thanks again B)

Posted

If you are simply pasting the URL into a browser - the replacement would be done automatically...  Some products might need the replacement though...

 

Either way - glad it was helpful!

  • 3 months later...
Posted (edited)

Looks like the url now also needs a 'domain' parameter. You can get your domain value from an api call to:
 


The _id value is what you need to add to the original url as &domain=......

 

It should look like this:

https://my.isy.io/api/voice/spoken/nodes?uuid=<UUID>&domain=<DOMAIN>

Unfortunately, the API is not formerly documented - and subject to change. I discover this by analyzing chrome in developer mode...

 

Michael.

Edited by MWareman

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...