Announcement

Collapse
No announcement yet.

Subtypes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Subtypes

    I am playing around with building a Browser based UI/Dashboard for managing HS devices, using a combination of JSON, Javascript and modern Google Style Material design.

    Looking at the returned JSON I am trying to nail down how to identify different types of objects. Are the Device Subtypes consistent sytem to system. Example in my system all my Zwave Switches come up as 37 or 38, depending on if its a dimmer or a switch.

    Is there a list of codes I can reference somewhere?

    #2
    Check out the scripting reference and have a look at the Device_Type and Device_Sub_Type enumerators.

    You'll struggle with the sub type for plugins as use is up to the developer.


    Sent from my iPhone using Tapatalk
    Author of Highpeak Plugins | SMS-Gateway Plugin | Blue Iris Plugin | Paradox (Beta) Plugin | Modbus Plugin | Yamaha Plugin

    Comment

    Working...
    X