https://github.com/alcalzone/iobroker-customalexa-scripts
A collection of ioBroker scripts to handle the custom alexa skill
https://github.com/alcalzone/iobroker-customalexa-scripts
Last synced: about 1 year ago
JSON representation
A collection of ioBroker scripts to handle the custom alexa skill
- Host: GitHub
- URL: https://github.com/alcalzone/iobroker-customalexa-scripts
- Owner: AlCalzone
- License: mit
- Created: 2018-05-05T08:28:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T11:10:56.000Z (about 8 years ago)
- Last Synced: 2025-01-22T20:51:31.876Z (over 1 year ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ioBroker-customAlexa-scripts
A collection of ioBroker scripts to handle the custom alexa skill
## Installation
Im Skript-Adapter:
* `util_Lights.ts` als `TypeScript` unter `global` einfügen und starten
* `Alexa/Processors_Lights.ts` als `TypeScript` unter `global/Alexa` einfügen und starten
* `AlexaProcessor.ts` als `TypeScript` in einem eigenen Ordner (nicht global!) einfügen und starten
## Benutzung:
> "Alexa, frag ioBroker: *'Sind noch/alle Lichter/Lampen an/aus?'* "
> \- *Es sind noch 2 Lichter an*
## Changelog:
### v0.0.1 (2018-05-05)
* (AlCalzone) Statusabfragen für Lichter