Skip to content

Instantly share code, notes, and snippets.

@anthonyeden
Created September 12, 2018 11:03
Show Gist options
  • Save anthonyeden/aa7eaac139a8a941bfaa91e883a44f66 to your computer and use it in GitHub Desktop.
Save anthonyeden/aa7eaac139a8a941bfaa91e883a44f66 to your computer and use it in GitHub Desktop.
Example Config for lwSDS - Profanity Delay Remote Control
{
"Title": "Livewire Simple Delay Control",
"DeviceIP": "192.168.0.15",
"DevicePassword": "",
"DeviceOutputNum": 1,
"Columns": 1,
"CheckUpdatesAuto": true,
"GPI_DeviceIP": "192.168.0.15",
"GPI_DevicePassword": "",
"Sources": [
{
"Name": "Engage",
"SourceNum": "0",
"GPI_IndicationOnly": true,
"DisableRouteChange": true,
"GPI_SwitchPort": 1,
"GPI_SwitchPin": 4,
"TriggerGPIO": [
{
"DeviceIP": "192.168.0.15",
"Type": "GPO",
"Port": 1,
"Pin": 14,
"State": "low",
"Momentary": 1
}
]
},
{
"Name": "Dump",
"SourceNum": "0",
"GPI_IndicationOnly": true,
"DisableRouteChange": true,
"GPI_SwitchPort": 1,
"GPI_SwitchPin": 1,
"TriggerGPIO": [
{
"DeviceIP": "192.168.0.15",
"Type": "GPO",
"Port": 1,
"Pin": 1,
"State": "low",
"Momentary": 1
}
]
},
{
"Name": "Exit",
"SourceNum": "0",
"GPI_IndicationOnly": true,
"DisableRouteChange": true,
"GPI_SwitchPort": 1,
"GPI_SwitchPin": 2,
"TriggerGPIO": [
{
"DeviceIP": "192.168.0.15",
"Type": "GPO",
"Port": 1,
"Pin": 2,
"State": "low",
"Momentary": 1
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment