getGroupElementIds abstract method

Future<Map> getGroupElementIds(
  1. int groupAddress
)

Will return the elements that have subscribed either Generic Level models or Generic ON/OFF models to the given groupAddress

Implementation

Future<Map> getGroupElementIds(int groupAddress);