MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / Payload

Class Payload

chirpstack/src/integration/thingsboard.rs:270–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269#[derive(Serialize)]
270struct Payload(BTreeMap<String, Value>);
271
272fn struct_to_telemetry(s: &pbjson_types::Struct) -> BTreeMap<String, Value> {
273 let mut out: BTreeMap<String, Value> = BTreeMap::new();

Callers 3

uplink_eventMethod · 0.70
status_eventMethod · 0.70
location_eventMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected