 | 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
SyntaxPublic Enumeration ZWValueGenre
public enum class ZWValueGenre
Members
| Member name | Value | Description |
---|
| Basic | 0 | The 'level' as controlled by basic commands. Usually duplicated by another command class. |
| User | 1 | Basic values an ordinary user would be interested in. |
| Config | 2 | Device-specific configuration parameters. These cannot be automatically discovered via Z-Wave, and are usually described in the user manual instead. |
| System | 3 | Values of significance only to users who understand the Z-Wave protocol. |
See Also