-comments

feature/160
prplV 2025-05-20 03:10:11 -04:00
parent 7c7db5e510
commit 05b173408e
1 changed files with 0 additions and 4 deletions

View File

@ -315,13 +315,9 @@ impl MonitoringImporter {
.bearer_auth(&self.access_token)
.json(&Query::device_oriented(list_of_devices));
// dbg!(Query::device_oriented(id_list.as_devices()));
let resp = client.send().await?.text().await?;
// println!("{}", &resp);
let resp: Value = serde_json::from_str(&resp)?;
// todo!();
if let Some(arr) = resp.as_array() {
for device in arr {
let device_id = {