Skip to content

Commit

Permalink
Rolling back changes to my branch to remove my changes to the Custom …
Browse files Browse the repository at this point in the history
…Device example. Matt will be doing that conversion.
  • Loading branch information
indigo-jay committed Feb 11, 2022
1 parent dde3bd2 commit b1a025f
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 270 deletions.
6 changes: 3 additions & 3 deletions Example Device - Custom.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>2022.1.0</string>
<string>2021.1.0</string>
<key>ServerApiVersion</key>
<string>3.0</string>
<string>2.5</string>
<key>IwsApiVersion</key>
<string>1.0.0</string>
<key>CFBundleDisplayName</key>
Expand All @@ -18,7 +18,7 @@
<array>
<dict>
<key>CFBundleURLName</key>
<string>https://wiki.indigodomo.com/doku.php?id=plugins:example_dev_1</string>
<string>http://wiki.indigodomo.com/doku.php?id=plugins:example_dev_1</string>
</dict>
</array>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<SupportURL>http://wiki.indigodomo.com/doku.php?id=plugins:example_dev_1</SupportURL>
<Action id="resetHardware" deviceFilter="self">
<Name>Reset Hardware</Name>
<CallbackMethod>reset_hardware</CallbackMethod>
<CallbackMethod>resetHardware</CallbackMethod>
</Action>
<Action id="updateHardwareFirmware" deviceFilter="self">
<Name>Update Hardware Firmware</Name>
<CallbackMethod>update_hardware_firmware</CallbackMethod>
<CallbackMethod>updateHardwareFirmware</CallbackMethod>
<ConfigUI>
<SupportURL>http://wiki.indigodomo.com/doku.php?id=plugins:example_dev_1</SupportURL>
<Field id="description" type="textfield" hidden="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<MenuItems>
<MenuItem id="menu1">
<Name>Time Warp!</Name>
<CallbackMethod>time_warp</CallbackMethod>
<CallbackMethod>timeWarp</CallbackMethod>
</MenuItem>
</MenuItems>
Loading

0 comments on commit b1a025f

Please sign in to comment.