void xcGetDevicesState({required List<String> uuids}) { if (uuids.isNotEmpty) { _api.getDevState(uuids.join(';'), ApiSeq.instance.getSeq()); } }