File: deckinfo.rst

package info (click to toggle)
python-elgato-streamdeck 0.9.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,848 kB
  • sloc: python: 1,272; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
**********************************
Example Script: Device Information
**********************************

The following is a complete example script to enumerate any available StreamDeck
devices and print out all information on the device's location and image format.

.. literalinclude:: ../../../src/example_deckinfo.py
    :language: python