-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from FlyingDiver/main
Indigo 2022.1 update
- Loading branch information
Showing
6 changed files
with
65 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
Pushover.indigoPlugin/Contents/Server Plugin/MenuItems.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,2 @@ | ||
<MenuItems> | ||
<MenuItem id="manageTokens"> | ||
<Name>Manage App Tokens...</Name> | ||
<ConfigUI> | ||
<Field id="appName" type="textfield"> | ||
<Label>App Name:</Label> | ||
</Field> | ||
<Field id="appToken" type="textfield"> | ||
<Label>App Token:</Label> | ||
</Field> | ||
<Field id="hlpApiToken" type="label" fontSize="mini" alignWithControl="true"> | ||
<Label>Created at https://pushover.net/apps/clone/indigo_domotics</Label> | ||
</Field> | ||
<Field id="addToken" type="button"> | ||
<Label/> | ||
<Title>Add/Update Token</Title> | ||
<CallbackMethod>addToken</CallbackMethod> | ||
</Field> | ||
<Field id="appTokenList" type="list" rows="15"> | ||
<Label>Available App Tokens:</Label> | ||
<List class="self" method="get_app_tokens" dynamicReload="true"/> | ||
</Field> | ||
<Field id="deleteTokens" type="button"> | ||
<Label/> | ||
<Title>Delete Tokens</Title> | ||
<CallbackMethod>deleteTokens</CallbackMethod> | ||
</Field> | ||
</ConfigUI> | ||
</MenuItem> | ||
<MenuItem id="listTokens"> | ||
<CallbackMethod>listTokens</CallbackMethod> | ||
<Name>Print App Token List to Log</Name> | ||
</MenuItem> | ||
|
||
</MenuItems> |
4 changes: 2 additions & 2 deletions
4
Pushover.indigoPlugin/Contents/Server Plugin/PluginConfig.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters