Skip to content

Commit

Permalink
Moved actions to the Device Actions submenu via the uiPath attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
indigodomo committed Sep 4, 2017
1 parent 30f8fab commit 18ead2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rachio Sprinkler.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>ServerApiVersion</key>
<string>2.0</string>
<key>IwsApiVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
backlightBrightness state added to Devices.xml.
-->
<Actions>
<Action id="runSchedule" deviceFilter="self">
<Action id="runSchedule" deviceFilter="self" uiPath="DeviceActions">
<Name>Run Rachio Schedule</Name>
<CallbackMethod>runRachioSchedule</CallbackMethod>
<ConfigUI>
Expand All @@ -22,7 +22,7 @@
</Field>
</ConfigUI>
</Action>
<Action id="setSeasonalAdjustment" deviceFilter="self">
<Action id="setSeasonalAdjustment" deviceFilter="self" uiPath="DeviceActions">
<Name>Set Seasonal Adjustment</Name>
<CallbackMethod>setSeasonalAdjustment</CallbackMethod>
<ConfigUI>
Expand All @@ -38,7 +38,7 @@
</Field>
</ConfigUI>
</Action>
<Action id="setStandbyMode" deviceFilter="self">
<Action id="setStandbyMode" deviceFilter="self" uiPath="DeviceActions">
<Name>Set Standby Mode</Name>
<CallbackMethod>setStandbyMode</CallbackMethod>
<ConfigUI>
Expand Down

0 comments on commit 18ead2f

Please sign in to comment.