Click or drag to resize

ZWValueGenre Enumeration

The classification of a value to enable low level system or configuration parameters to be filtered by the application.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public enum ZWValueGenre
Members
  Member nameValueDescription
Basic0The 'level' as controlled by basic commands. Usually duplicated by another command class.
User1Basic values an ordinary user would be interested in.
Config2Device-specific configuration parameters. These cannot be automatically discovered via Z-Wave, and are usually described in the user manual instead.
System3Values of significance only to users who understand the Z-Wave protocol.
See Also