get_zones method

Future<Map> get_zones ()

GET_ZONES command.

Implementation

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