How to interface with a Stream Deck device.
The device uses the HID protocol to communicate with its software.
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>MediathekViewWeb API</title> | |
| <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | |
| </head> |