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