before I go trying to use so VI or sed wizardry to convert each list to the appropriate chunk of JSON... could you simply export the JSON model and upload it to the repo. So thinks like LIST_OF_COMMANDS becomes the rather more verbose:
"types": [
{
"name": "LIST_OF_COMMANDS",
"values": [
{
"name": {
"value": "medicatednone"
}
},
{
"name": {
"value": "walked"
}
},
{
"name": {
"value": "bathed"
}
},
{
"name": {
"value": "fed"
}
},
{
"name": {
"value": "brushed"
}
},
{
"name": {
"value": "working"
}
},
etc..
The bulk edit facility for custom slot creation in the Alexa devs tool doesn't exist any more so following the instructions at:
http://thingsthataresmart.wiki/index.php?title=EchoSistant
is rather tedious.
https://github.com/BamaRayne/Echosistant/blob/master/smartapps/echo/AWS_Files/MainCustomSlots
before I go trying to use so VI or sed wizardry to convert each list to the appropriate chunk of JSON... could you simply export the JSON model and upload it to the repo. So thinks like LIST_OF_COMMANDS becomes the rather more verbose:
etc..