Skip to content

Instantly share code, notes, and snippets.

@jawa-the-hutt
Last active April 17, 2018 21:35
Show Gist options
  • Save jawa-the-hutt/82429040c799e56ea3a5a0f93dbfd3a8 to your computer and use it in GitHub Desktop.
Save jawa-the-hutt/82429040c799e56ea3a5a0f93dbfd3a8 to your computer and use it in GitHub Desktop.
app-settings
{
"Values": {
"ALEXA_APP_ID": "amzn1.ask.skill.f4ee...",
"HOSTNAME": "192.168.1.39",
"PORT": "8888",
"USE_SSL": true,
"SELF_SIGNED_SSL": true,
"NUMBER_OF_ROOMS": 4,
"ROOM_1_NAME": "family room",
"ROOM_2_NAME": "living room",
"ROOM_3_NAME": "master bedroom",
"ROOM_4_NAME": "test",
"ROOM_1_DTV_ADDRESS": "0",
"ROOM_2_DTV_ADDRESS": "A0722C70200C",
"ROOM_3_DTV_ADDRESS": "500959F60E3D",
"ROOM_4_DTV_ADDRESS": "0",
"ROOM_1_DEVICE_ID": "amzn1.ask.device.AGE3M3...", // the unique device ID assigned to an Alexa device. This id is a
"ROOM_2_DEVICE_ID": "amzn1.ask.device.AGE3M3...", // unique id per Alexa skill. The code will include console debug
"ROOM_3_DEVICE_ID": "amzn1.ask.device.AGE3M3...", // info that should expose this to you on a per device basis.
"ROOM_4_DEVICE_ID": "amzn1.ask.device.AGE3M3..."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment