Releases: DaveL17/Multitool
Adds Find Object by ID Tool
This new tool allow you to enter one or more object IDs and the plugin will return the ID's object type (indigo.Device, indigo.Variable, etc.) In the unlikely instance where the ID is used by multiple object types, the plugin will report all objects with that ID (In Indigo, ID numbers are not guaranteed to be unique across object types.)
Bug Fixes and Performance Improvements
Bug fixes, performance enhancements and code clean up.
Device Ping Bug Fix
- Fixes bug in Device Ping tool where it only succeeded if both Z-Wave and Insteon interfaces were present and enabled.
- Adds suppressLogging setting to Device Ping tool.
Features and Refinements
New Feature
- Email Battery Level Report Action: use this action item if you'd like to email a Battery Level Report using a Schedule or Trigger.
Refinements
- Truncates very long device names in Battery Level Report.
- Consolidates select report tools under a single menu item "Reports".
- Reorders items in plugin Actions menu.
Fixes Bug in Battery Level Report Tool
Fixes bug in battery level report tool.
Bug Fix for Indigo Inventory Tool
This release fixes a bug in the Indigo Inventory tool and includes some code refinements.
Maintenance Release
This release includes these changes:
- Minor change to menu item order.
- Performance and stability improvements.
- Code refinements.
There are no new features in the release; however, new users of the plugin should install the latest version that is compatible with their Indigo version.
Bug Fix for Error Inventory Tool
Fixes minor bug that broke error inventory report output format.
Adds Lorem Ipsum Tool
This release adds a simple lorem tool to the plugin menu. There are three options -- sentence, paragraph, or text (several paragraphs). Outputs to the Indigo Events Log.
This update installs one dependency: https://github.com/sfischer13/python-lorem
New Tools and Refinements
This is a fairly big update to the plugin. Changes include:
- Adds Network Ping Test - Allows users to initiate a network ping (as opposed to an Indigo device ping) from the plugin menu, as well as a Network Ping Device type which allows users to create routine ping schedules.
- Adds Tool to Find Indigo Objects with Embedded Scripts - Generate a report of all Indigo objects that have embedded scripts. This tool includes a simple search filter to limit the objects returned.
- Adds Tool to Find Indigo Objects with Linked Scripts - Generate a report of all Indigo objects that have linked scripts. This tool does not include a search filter since it would require granting the plugin access to user file areas.
- Removes Generate Substitutions Tool - tool no longer needed because substitutions are available directly from the Indigo UI.
- Numerous refinements to reports and tool functions.
- Bumps the plugin API version to
3.4.
Important
The Linked Scripts tool is only available to users on Indigo 2024.1 and above.
Caution
The plugin now requires at least Indigo 2023.2.
See the plugin wiki for more details. Post bug reports and feedback to the plugin forum or create an issue on GitHub.