1.0.7 • Published 7 months ago

homebridge-plugin-ui v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Homebridge-Plugin-UI

Beschreibung

Dieses Homebridge Plugin ermöglicht es dir ganz einfach dein eigendes Plugin zu ertsellen!

Installation

  1. Stelle sicher, dass du Node.js und Homebridge auf deinem System installiert hast.
  2. Installiere dieses Plugin mit npm:
    npm install -g homebridge-mein-plugin
3. Aktualisiere deine Homebridge-Konfigurationsdatei (`config.json`) und füge dein Plugin hinzu:

```json
"platforms": [
    {
        "platform": "MeinPlugin",
        "option1": "Wert1",
        "option2": "Wert2"
    }
]

Problemlösungen

Starte Homebridge neu. Konfiguration

1.0.7

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago