handleZwSetSucNodeId method

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

FUNC_ID_ZW_SET_SUC_NODE_ID - Identify a Static Update Controller node id

Implementation

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