Difference between revisions of "Zwave Object"

From Hubitat Documentation
Jump to: navigation, search
(Created page with "==Description== Description goes here == <code>getCommand</code> == getCommand description here '''Signature''' Command getCommand(Short commandClass, Short command, List<S...")
 
Line 2: Line 2:
 
Description goes here
 
Description goes here
  
== <code>getCommand</code> ==
+
==Methods==
 +
 
 +
=== <code>getCommand</code> ===
 
getCommand description here
 
getCommand description here
  

Revision as of 16:24, 10 January 2019

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)