Returns kind of the Stream Deck
(&self)
| 62 | impl AsyncStreamDeck { |
| 63 | /// Returns kind of the Stream Deck |
| 64 | pub fn kind(&self) -> Kind { |
| 65 | self.kind |
| 66 | } |
| 67 | |
| 68 | /// Returns manufacturer string of the device |
| 69 | pub async fn manufacturer(&self) -> Result<String, StreamDeckError> { |