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