eDeviceAPI
<Serializable()> _
Public Enum eDeviceAPI
No_API = 0 ' All other devices.
Plug_In = 4 ' Device is owned/managed by a plug-in.
Thermostat = 16 ' Device is owned/managed by a plug-in and is a thermostat device.
Media = 32 ' Device is owned/managed by a plug-in and is a media player device.
Security = 8 ' Device is owned/managed by a plug-in and is a security device.
SourceSwitch = 64 ' Device is owned/managed by a plug-in and is a matrix switch device.
Script = 128 ' Device launches a script when the value and/or string changes.
End Enum