MCPcopy Create free account
hub / github.com/OpenActionAPI/rust-elgato-streamdeck / firmware_version

Method firmware_version

src/asynchronous.rs:87–90  ·  view source on GitHub ↗

Returns firmware version of the StreamDeck

(&self)

Source from the content-addressed store, hash-verified

85
86 /// Returns firmware version of the StreamDeck
87 pub async fn firmware_version(&self) -> Result<String, StreamDeckError> {
88 let device = self.device.lock().await;
89 block_in_place(move || device.firmware_version())
90 }
91
92 /// Reads button states, awaits until there's data.
93 /// Poll rate determines how often button state gets checked

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected