Zwave Object

From Hubitat Documentation
Revision as of 16:22, 10 January 2019 by Cschwer (talk | contribs) (Created page with "==Description== Description goes here == <code>getCommand</code> == getCommand description here '''Signature''' Command getCommand(Short commandClass, Short command, List<S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Description goes here

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)