handleZwSetSlaveLearnMode method

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

FUNC_ID_ZW_SET_SLAVE_LEARN_MODE - Enter slave learn mode

Implementation

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