-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- UI: enabled voice control (Chrome) - Fixed factory reset in order to keep current HTTP port
- Loading branch information
Showing
14 changed files
with
416 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"Commands" : [ | ||
{ | ||
"Command": "Control.On", | ||
"Aliases": [ "einschalten", "on", "ein" ] | ||
}, | ||
{ | ||
"Command": "Control.Off", | ||
"Aliases": [ "ausschalten", "off", "aus" ] | ||
}, | ||
{ | ||
"Command": "Control.Level", | ||
"Aliases": [ "level", "Stufe", "Niveau" ] | ||
}, | ||
{ | ||
"Command": "Control.Toggle", | ||
"Aliases": [ "schalte", "wechseln" ] | ||
}, | ||
{ | ||
"Command": "Control.Run", | ||
"Aliases": [ "start", "laufen" ] | ||
}, | ||
{ | ||
"Command": "Control.Break", | ||
"Aliases": [ "stoppen", "unterbrechen" ] | ||
} | ||
], | ||
"Types" : [ | ||
{ | ||
"Type": "Light,Dimmer,Color", | ||
"Aliases": [ "alle lichter", "lichter", "jedes licht" ] | ||
}, | ||
{ | ||
"Type": "Switch", | ||
"Aliases": [ "alle schalter", "schalter", "jeder schalter" ] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"Commands" : [ | ||
{ | ||
"Command": "Control.On", | ||
"Aliases": [ "turn on", "switch on", "on" ] | ||
}, | ||
{ | ||
"Command": "Control.Off", | ||
"Aliases": [ "turn off", "switch off", "off" ] | ||
}, | ||
{ | ||
"Command": "Control.Level", | ||
"Aliases": [ "level" ] | ||
}, | ||
{ | ||
"Command": "Control.Toggle", | ||
"Aliases": [ "toggle" ] | ||
}, | ||
{ | ||
"Command": "Control.Run", | ||
"Aliases": [ "start", "run" ] | ||
}, | ||
{ | ||
"Command": "Control.Break", | ||
"Aliases": [ "stop", "break" ] | ||
} | ||
], | ||
"Types" : [ | ||
{ | ||
"Type": "Light,Dimmer,Color", | ||
"Aliases": [ "all lights", "lights", "every light" ] | ||
}, | ||
{ | ||
"Type": "Switch", | ||
"Aliases": [ "all switches", "switches", "every switch" ] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"Commands": [ | ||
{ | ||
"Command": "Control.On", | ||
"Aliases": [ | ||
"encender", | ||
"encienda", | ||
"prender", | ||
"on" | ||
] | ||
}, | ||
{ | ||
"Command": "Control.Off", | ||
"Aliases": [ | ||
"apagar ", | ||
"apaga", | ||
"apague", | ||
"off" | ||
] | ||
}, | ||
{ | ||
"Command": "Control.Level", | ||
"Aliases": [ | ||
"nivel" | ||
] | ||
}, | ||
{ | ||
"Command": "Control.Toggle", | ||
"Aliases": [ | ||
"palanca" | ||
] | ||
}, | ||
{ | ||
"Command": "Control.Run", | ||
"Aliases": [ | ||
"ejecutada", | ||
"start", | ||
"run" | ||
] | ||
}, | ||
{ | ||
"Command": "Control.Break", | ||
"Aliases": [ | ||
"detener", | ||
"dejar", | ||
"stop", | ||
"break" | ||
] | ||
} | ||
], | ||
"Types": [ | ||
{ | ||
"Type": "Light,Dimmer,Color", | ||
"Aliases": [ | ||
"todas las luces", | ||
"luces" | ||
] | ||
}, | ||
{ | ||
"Type": "Switch", | ||
"Aliases": [ | ||
"todos los interruptores", | ||
"todos los electrodomésticos" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"Commands" : [ | ||
{ | ||
"Command": "Control.On", | ||
"Aliases": [ "allumer", "ouvrir" ] | ||
}, | ||
{ | ||
"Command": "Control.Off", | ||
"Aliases": [ "éteindre", "fermer" ] | ||
}, | ||
{ | ||
"Command": "Control.Level", | ||
"Aliases": [ "niveau" ] | ||
}, | ||
{ | ||
"Command": "Control.Toggle", | ||
"Aliases": [ "inverseur" ] | ||
}, | ||
{ | ||
"Command": "Control.Run", | ||
"Aliases": [ "démarrage", "exécuté" ] | ||
}, | ||
{ | ||
"Command": "Control.Break", | ||
"Aliases": [ "arrêter", "interrompre" ] | ||
} | ||
], | ||
"Types" : [ | ||
{ | ||
"Type": "Light,Dimmer,Color", | ||
"Aliases": [ "toutes les lumières", "lumières", "toutes les lampes", "lampes" ] | ||
}, | ||
{ | ||
"Type": "Switch", | ||
"Aliases": [ "tous les interrupteurs", "tous les commutateurs", "tous les appareils", "interrupteurs", "commutateurs", "appareils" ] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"Commands" : [ | ||
{ | ||
"Command": "Control.On", | ||
"Aliases": [ "accendi", "on", "apri" ] | ||
}, | ||
{ | ||
"Command": "Control.Off", | ||
"Aliases": [ "spegni", "off", "chiudi" ] | ||
}, | ||
{ | ||
"Command": "Control.Level", | ||
"Aliases": [ "livello" ] | ||
}, | ||
{ | ||
"Command": "Control.Toggle", | ||
"Aliases": [ "inverti", "cambia" ] | ||
}, | ||
{ | ||
"Command": "Control.Run", | ||
"Aliases": [ "avvia", "esegui" ] | ||
}, | ||
{ | ||
"Command": "Control.Break", | ||
"Aliases": [ "ferma", "interrompi" ] | ||
} | ||
], | ||
"Types" : [ | ||
{ | ||
"Type": "Light,Dimmer,Color", | ||
"Aliases": [ "tutte le luci", "le luci" ] | ||
}, | ||
{ | ||
"Type": "Switch", | ||
"Aliases": [ "tutte le prese", "le prese" ] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"Commands" : [ | ||
{ | ||
"Command": "Control.On", | ||
"Aliases": [ "inschakelen", "aan", "on" ] | ||
}, | ||
{ | ||
"Command": "Control.Off", | ||
"Aliases": [ "uitschakelen", "uit", "off" ] | ||
}, | ||
{ | ||
"Command": "Control.Level", | ||
"Aliases": [ "waarde", "nivo", "niveau" ] | ||
}, | ||
{ | ||
"Command": "Control.Toggle", | ||
"Aliases": [ "wissel", "wisselen", "omwisselen", "omkeren" ] | ||
}, | ||
{ | ||
"Command": "Control.Run", | ||
"Aliases": [ "starten", "start", "begin", "uitvoeren" ] | ||
}, | ||
{ | ||
"Command": "Control.Break", | ||
"Aliases": [ "stop", "stoppen", "afbreken", "onderbreken" ] | ||
} | ||
], | ||
"Types" : [ | ||
{ | ||
"Type": "Light,Dimmer,Color", | ||
"Aliases": [ "alle lichten", "alle lampen", "iedere lamp", "lampen", "alle dimmers", "iedere dimmer", "dimmers"] | ||
}, | ||
{ | ||
"Type": "Switch", | ||
"Aliases": [ "alle schakelaars", "schakelaars", "iedere schakelaar" ] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"Commands" : [ | ||
{ | ||
"Command": "Control.On", | ||
"Aliases": [ "włącz", "ON" ] | ||
}, | ||
{ | ||
"Command": "Control.Off", | ||
"Aliases": [ "wyłącz", "OFF" ] | ||
}, | ||
{ | ||
"Command": "Control.Level", | ||
"Aliases": [ "poziom" ] | ||
}, | ||
{ | ||
"Command": "Control.Toggle", | ||
"Aliases": [ "przełącz" ] | ||
}, | ||
{ | ||
"Command": "Control.Run", | ||
"Aliases": [ "start", "uruchom" ] | ||
}, | ||
{ | ||
"Command": "Control.Break", | ||
"Aliases": [ "stop", "przerwij" ] | ||
} | ||
], | ||
"Types" : [ | ||
{ | ||
"Type": "Light,Dimmer,Color", | ||
"Aliases": [ "wszystkie światła", "światła", "każde światło" ] | ||
}, | ||
{ | ||
"Type": "Switch", | ||
"Aliases": [ "wszystkie przełączniki", "przełączniki", "każdy przełącznik" ] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"Commands" : [ | ||
{ | ||
"Command": "Control.On", | ||
"Aliases": [ "включить", "вкл." ] | ||
}, | ||
{ | ||
"Command": "Control.Off", | ||
"Aliases": [ "выключить", "выкл." ] | ||
}, | ||
{ | ||
"Command": "Control.Level", | ||
"Aliases": [ "уровень" ] | ||
}, | ||
{ | ||
"Command": "Control.Toggle", | ||
"Aliases": [ "переключить" ] | ||
}, | ||
{ | ||
"Command": "Control.Run", | ||
"Aliases": [ "старт", "запуск", "запустить" ] | ||
}, | ||
{ | ||
"Command": "Control.Break", | ||
"Aliases": [ "стоп", "остановить" ] | ||
} | ||
], | ||
"Types" : [ | ||
{ | ||
"Type": "Light,Dimmer,Color", | ||
"Aliases": [ "весь свет", "свет", "все освещение" ] | ||
}, | ||
{ | ||
"Type": "Switch", | ||
"Aliases": [ "все выключатели", "выключатали", "каждый выключатель" ] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"Commands" : [ | ||
{ | ||
"Command": "Control.On", | ||
"Aliases": [ "slå på", "på" ] | ||
}, | ||
{ | ||
"Command": "Control.Off", | ||
"Aliases": [ "stäng av", "stänga av", "av" ] | ||
}, | ||
{ | ||
"Command": "Control.Level", | ||
"Aliases": [ "nivå" ] | ||
}, | ||
{ | ||
"Command": "Control.Toggle", | ||
"Aliases": [ "växla" ] | ||
}, | ||
{ | ||
"Command": "Control.Run", | ||
"Aliases": [ "start", "köra" ] | ||
}, | ||
{ | ||
"Command": "Control.Break", | ||
"Aliases": [ "stoppa", "avbryter" ] | ||
} | ||
], | ||
"Types" : [ | ||
{ | ||
"Type": "Light,Dimmer,Color", | ||
"Aliases": [ "alla ljus", "ljus", "varje ljus", "alla lampor", "lampa", "varje lampa" ] | ||
}, | ||
{ | ||
"Type": "Switch", | ||
"Aliases": [ "alla omkopplare", "omkopplare", "varje omkopplare", "alla strömbrytare", "strömbrytare", "varje strömbrytare" ] | ||
} | ||
] | ||
} |
Oops, something went wrong.