getZones method

Future<Map> getZones ()

GET_ZONES command.

Implementation

Future<Map> getZones() async {
  final msg = {'GET_ZONES': 0};
  return _sender.send(msg);
}