Initial commit

This commit is contained in:
2022-07-12 16:34:41 +02:00
commit e7947dc769
14 changed files with 1287 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
export interface device {
// --- Database Parameters ---
type: string
typeId: number
// --- HomeBridge Parameters ---
uniqueId: string
deviceName: string
// --- Extra Parameters ---
switchable: string
dimmable: string
detailedType: string
}