Skip to content

Commit

Permalink
Convert to Python 3 for Indigo 2022.1+
Browse files Browse the repository at this point in the history
Python 3 conversion
  • Loading branch information
autolog committed Sep 30, 2022
1 parent e807017 commit f8c1368
Show file tree
Hide file tree
Showing 16 changed files with 2,277 additions and 1,636 deletions.
6 changes: 3 additions & 3 deletions nanoleaf.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>1.4.0</string>
<string>2022.0.2</string>
<key>ServerApiVersion</key>
<string>2.0</string>
<string>3.0</string>
<key>IwsApiVersion</key>
<string>1.0.0</string>
<key>CFBundleDisplayName</key>
<string>Nanoleaf</string>2
<string>Nanoleaf</string>
<key>CFBundleName</key>
<string>nanoleaf</string>
<key>CFBundleIdentifier</key>
Expand Down
4 changes: 4 additions & 0 deletions nanoleaf.indigoPlugin/Contents/Server Plugin/MenuItems.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<?xml version="1.0"?>
<MenuItems>
<MenuItem id="pluginInformation">
<Name>Display Plugin Information</Name>
<CallbackMethod>display_plugin_information</CallbackMethod>
</MenuItem>
</MenuItems>

0 comments on commit f8c1368

Please sign in to comment.