handleZwSetLearnMode method

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

FUNC_ID_ZW_SET_LEARN_MODE - Put a controller into learn mode for replication/ receipt of configuration info

Implementation

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