From b1a025fd0014f2b9e1c3bbc11ec94f309079a808 Mon Sep 17 00:00:00 2001 From: indigo-jay Date: Fri, 11 Feb 2022 14:57:47 -0600 Subject: [PATCH] Rolling back changes to my branch to remove my changes to the Custom Device example. Matt will be doing that conversion. --- .../Contents/Info.plist | 6 +- .../Contents/Server Plugin/Actions.xml | 4 +- .../Contents/Server Plugin/MenuItems.xml | 2 +- .../Contents/Server Plugin/plugin.py | 517 +++++++++--------- 4 files changed, 259 insertions(+), 270 deletions(-) diff --git a/Example Device - Custom.indigoPlugin/Contents/Info.plist b/Example Device - Custom.indigoPlugin/Contents/Info.plist index df65011..319ae50 100644 --- a/Example Device - Custom.indigoPlugin/Contents/Info.plist +++ b/Example Device - Custom.indigoPlugin/Contents/Info.plist @@ -3,9 +3,9 @@ PluginVersion - 2022.1.0 + 2021.1.0 ServerApiVersion - 3.0 + 2.5 IwsApiVersion 1.0.0 CFBundleDisplayName @@ -18,7 +18,7 @@ CFBundleURLName - https://wiki.indigodomo.com/doku.php?id=plugins:example_dev_1 + http://wiki.indigodomo.com/doku.php?id=plugins:example_dev_1 diff --git a/Example Device - Custom.indigoPlugin/Contents/Server Plugin/Actions.xml b/Example Device - Custom.indigoPlugin/Contents/Server Plugin/Actions.xml index 6a71d99..2a2d617 100644 --- a/Example Device - Custom.indigoPlugin/Contents/Server Plugin/Actions.xml +++ b/Example Device - Custom.indigoPlugin/Contents/Server Plugin/Actions.xml @@ -3,11 +3,11 @@ http://wiki.indigodomo.com/doku.php?id=plugins:example_dev_1 Reset Hardware - reset_hardware + resetHardware Update Hardware Firmware - update_hardware_firmware + updateHardwareFirmware http://wiki.indigodomo.com/doku.php?id=plugins:example_dev_1