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

Method join_event

chirpstack/src/integration/blynk.rs:169–175  ·  view source on GitHub ↗
(
        &self,
        _vars: &HashMap<String, String>,
        pl: &integration::JoinEvent,
    )

Source from the content-addressed store, hash-verified

167 }
168
169 async fn join_event(
170 &self,
171 _vars: &HashMap<String, String>,
172 pl: &integration::JoinEvent,
173 ) -> Result<()> {
174 self.post_event("join", &JoinEvent::from(pl.clone())).await
175 }
176
177 async fn ack_event(
178 &self,

Callers 1

test_blynkFunction · 0.45

Calls 1

post_eventMethod · 0.45

Tested by 1

test_blynkFunction · 0.36