add comment

This commit is contained in:
proddy
2025-02-24 22:18:24 +01:00
parent 76a317b5c0
commit d1264828eb

View File

@@ -72,7 +72,7 @@ export interface Device {
d: number; // deviceid
p: number; // productid
v: string; // version
e: number; // entities
e: number; // total number of entities
url?: string; // lowercase type name used in API URL
}