Dimmer gen2 dev0_4

This commit is contained in:
pszafer
2025-06-17 14:35:44 +02:00
parent 08db63a36f
commit ebbcc61699
5 changed files with 326 additions and 15 deletions

View File

@@ -1,10 +1,10 @@
#!/usr/bin/python
import subprocess
import glob
import json
import os
import re
import json
import shutil
import subprocess
from pathlib import Path
home = str(Path.home())