ZUNO_ADD_ASSOCIATION()

This function instructs Z-Uno to add one more association group during dynamic configuration. It's an deprecated macro. Use zunoAddAssociation instead for Z-Uno2. This function can be called many times to add more groups. Association groups are numbered from 2 to 6 (1 is Life Line, see ZUNO_SETUP_ASSOCIATIONS() for more info). Z-Uno supports up to 5 association groups ZUNO_ADD_ASSOCIATION(type) type association group type:
  1. ZUNO_ASSOC_BASIC_SET_NUMBER
  2. ZUNO_ASSOC_BASIC_SET_AND_DIM_NUMBER
  3. ZUNO_ASSOC_SCENE_ACTIVATION_NUMBER
  4. ZUNO_ASSOC_DOORLOCK_CONTROL_NUMBER
Examples can be found in the description of ZUNO_START_CONFIG.