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