handleZwRequestNodeInfo method

T? handleZwRequestNodeInfo(
  1. List<int> data
)
inherited

FUNC_ID_ZW_REQUEST_NODE_INFO - Get info (supported command classes) for the specified node

Implementation

T? handleZwRequestNodeInfo(List<int> data) {
  return unhandledMessage(
      FUNC_ID_ZW_REQUEST_NODE_INFO, 'FUNC_ID_ZW_REQUEST_NODE_INFO', data);
}