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