Skip to content

Instantly share code, notes, and snippets.

@mlava
mlava / options.js
Last active August 29, 2015 14:01 — forked from jmanoto/options.js
return {
"name": "Ninja Forecast.io",
"deviceMap": [
{ "deviceId": 2000, "minimum": 1, "maximum": 1} // Sandbox device until more specific ID is availble
],
"forceDeviceMapGroup": true
}
@mlava
mlava / options.js
Last active August 29, 2015 13:58 — forked from bacall213/options.js
return {
"name": "Ninja XBMC Popup",
"deviceMap": [
{ "deviceId": 2000, "minimum": 1, "maximum": 1} // Sandbox device until more specific ID is availble
],
"forceDeviceMapGroup": true
}
@mlava
mlava / options.js
Last active August 29, 2015 13:57 — forked from bacall213/options.js
return {
"name": "Ninja Autoremote",
"deviceMap": [
{ "deviceId": 2000, "minimum": 1, "maximum": 1} // Sandbox device until more specific ID is availble
],
"forceDeviceMapGroup": true
}