summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge_mapper/src
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-04-25 16:46:41 +0200
committerGitHub <noreply@github.com>2022-04-25 16:46:41 +0200
commitf5b2f5b224831cf47b454c202026c85aa1d0c7de (patch)
tree2952108b19f83a83f82a250fe084f2f0db7b5b75 /crates/core/tedge_mapper/src
parent24e35787d843002980fb622f89634d1a731ea860 (diff)
parent04e2131b7d5c3e10a7c12906240043f6286714cf (diff)
Merge pull request #1100 from rina23q/feature/1030/add-command-line-options-and-debian-packaging-scripts
Add download config file support, command line, debian packaging
Diffstat (limited to 'crates/core/tedge_mapper/src')
-rw-r--r--crates/core/tedge_mapper/src/c8y/converter.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/core/tedge_mapper/src/c8y/converter.rs b/crates/core/tedge_mapper/src/c8y/converter.rs
index 1ae5b4dc..9843e2f0 100644
--- a/crates/core/tedge_mapper/src/c8y/converter.rs
+++ b/crates/core/tedge_mapper/src/c8y/converter.rs
@@ -9,6 +9,7 @@ use c8y_api::{
http_proxy::C8YHttpProxy,
json_c8y::{C8yCreateEvent, C8yUpdateSoftwareListResponse},
};
+use c8y_smartrest::smartrest_deserializer::SmartRestRequestGeneric;
use c8y_smartrest::{
alarm,
error::SmartRestDeserializerError,