Class: OZW_ValueID_id

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/ansible/zwave/zwave_protocol.rb

Overview

~ // ID Packing: ~ // Bits ~ // 24-31: 8 bits. Node ID of device ~ // 22-23: 2 bits. genre of value (see ValueGenre enum). ~ // 14-21: 8 bits. ID of command class that created and manages this value. ~ // 12-13: 2 bits. Unused. ~ // 04-11: 8 bits. Index of value within all the value created by the command class ~ // instance (in configuration parameters, this is also the parameter ID). ~ // 00-03: 4 bits. Type of value (bool, byte, string etc).