Update i_neo.py

This commit is contained in:
gutosie
2025-12-14 20:47:09 +02:00
committed by GitHub
parent 67ea36a2c7
commit 42c6d42319

View File

@@ -122,6 +122,7 @@ FEED_URLS = [
("OpenBH", "https://images.openbh.net/json/%s", "getMachineMake"),
("OpenPLi", "http://downloads.openpli.org/json/%s", "HardwareInfo"),
("OpenSPA", "https://openspa.webhop.info/online/json.php?box=%s", "getMachineMake"),
("OpenDroid", "https://opendroid.org/json.php?box=%s", "getMachineMake"),
("OpenEight", "http://openeight.de/json/%s", "getMachineMake"),
]
@@ -1382,4 +1383,4 @@ class HardwareInfo:
def has_hdmi(self):
return hw_info.device_hdmi