Interface ZCLCommandResponse
public interface ZCLCommandResponse
A response event for a
ZCLCommandResponseStream.-
Method Summary
Modifier and TypeMethodDescriptionReturns a promise holding the response.booleanisEnd()Checks if this is a terminal close event.
-
Method Details
-
getResponse
-
isEnd
boolean isEnd()Checks if this is a terminal close event.- Returns:
trueif this is a terminal close event.
-