Zwave Object

From Hubitat Documentation
Revision as of 16:24, 10 January 2019 by Cschwer (talk | contribs)
Jump to: navigation, search

Description

Description goes here

Methods

getCommand

getCommand description here

Signature

Command getCommand(Short commandClass, Short command, List<Short> payload, Integer version = null)

Parameters

commandClass - TODO
TODO

Returns

Command - TODO

Example

//TODO
int i = 5
def hexStr = hubitat.helper.HexUtils.integerToHexString(i, 1)