This commit is contained in:
2025-11-02 23:53:10 +01:00
parent a1ac6850bb
commit 26f8c79767
15 changed files with 568 additions and 49 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
if [ -f /tmp/droidcam.pid ]; then
echo "{\"text\": \"\", \"class\": \"active\"}"
else
echo "{\"text\": \"\"}"
fi