add plugin

This commit is contained in:
wildtail
2026-03-02 18:42:46 +03:00
parent 3181157b7c
commit a65681bca4
17 changed files with 1720 additions and 1 deletions
@@ -0,0 +1,6 @@
const { streamDeckClient } = window; // если у тебя SDPI lib иначе ниже смотри
document.getElementById("action").addEventListener("change", () => {
const action = document.getElementById("action").value;
$SD.api.setSettings($SD.uuid, { action }); // сохраняем строку
});