Add http action type and Sonar mute toggle (chatCapture, media channels)

This commit is contained in:
2026-08-25 02:41:02 +02:00
parent 9797cd7e79
commit a6dc2b6230
8 changed files with 227 additions and 33 deletions
+2 -1
View File
@@ -2,8 +2,9 @@ public class BindingConfig
{
public string Type { get; set; } = "";
public string Target { get; set; } = "";
public string Method { get; set; } = "GET";
public string? Body { get; set; }
}
public class Config
{
public Dictionary<string, BindingConfig> Bindings { get; set; } = new();