HomeSeer / Plugin-SDK

Plugin development kit for the 4th major edition of the HomeSeer platform.
https://www.nuget.org/packages/HomeSeer-PluginSDK/
GNU Affero General Public License v3.0
20 stars 4 forks source link

Request: Add method to PluginSdk, GetAllVars #329

Open tenholde opened 1 year ago

tenholde commented 1 year ago

While we can create and retrieve HS Global Vars, there is no way to retrieve a list of all currently defined Vars.

Need something like GetAllVars that would return a List (of String) that contains the name of all curretnly defined Global Variables.

Thank you for your consideration

spudwebb commented 1 year ago

Tracked as PSDK-307