zwave-ZWaveDevice

 ZWaveDevice is one of two “device-level” components in a ZWaveNetwork, and represents a specific node (the other device-level component type is the ZWaveThermostat). Each has a Points device extension (ZWavePointDeviceExt) that contains all proxy points for polling.

A ZWaveDevice has the standard device component properties such as status and enabled (see “Common device components” in the Drivers Guide for general information). Common Z-Wave device properties include its unique Node Id, Node Info, and Device Profile.

Depending on the specific Z-Wave command class(es) supported by the device, one or more command class containers are dynamically added to each ZWaveDevice. Each command class container contains specific properties, and in some cases may contain child components. Some command classes also result in proxy (control) points created under the Points extension of the ZWaveDevice.

The default view for a ZWaveDevice is its property sheet. A number of actions are also typically available. For more details, see ZWaveDevice.