handleZwGetSucNodeId method
FUNC_ID_ZW_GET_SUC_NODE_ID - Try to retrieve a Static Update Controller node id (zero if no SUC present)
Implementation
T? handleZwGetSucNodeId(List<int> data) {
return unhandledMessage(
FUNC_ID_ZW_GET_SUC_NODE_ID, 'FUNC_ID_ZW_GET_SUC_NODE_ID', data);
}