Announcement

Collapse
No announcement yet.

Ocelot plugin for .NET

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Ocelot plugin for .NET

    The Ocelot plugin has been ported to .NET and is available as a beta in the Updater. This plugin has the same functionality as the old plugin. Users will probably not notice much difference in normal opertation. Is will use your existing configuration and devices, nothing will be lost.

    * Major difference is that configuration is now done with a web page, rather than a windows form.

    Note that with this release, the "cpuxa" object is no longer supported (since this object was provided by the hs_compatibility exe). If you have any scripts that use this object, use the following code to create the required object.

    For VBScripts:


    Dim cpuxa
    Set cpuxa = hs.Plugin("Applied Digital Ocelot")


    For vb.net scripts:



    Dim cpuxa As Object = hs.Plugin("Applied Digital Ocelot")
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products
Working...
X