snips-skill-monitorcontrol
The fastest way to get going is to use the prebuilt assistant and Snipsfile at https://github.com/syntithenai/snips_skill_maths
It is recommended that you use this skill with the Snips Skills Manager. Simply add the following section to your Snipsfile:
package_name: monitorcontrolskill class_name: MonitorControlSkill requires_tts: True intents:
intent: MonitorSelectBrightness action: |
{% skill.monitor_aselect_brightness(intent.monitorBrightness) %}
intent: MonitorSelectVolume action: |
{% skill.monitor_bselect_volume(intent.monitorVolume) %}
intent: MonitorOn action: |
{% skill.monitor_power_on() %}
intent: MonitorOff action: |
{% skill.monitor_power_off() %}
intent: MonitorSelectInput action: |
{% skill.monitor_select_input(intent.monitorInputNumber) %}
Please see the Contribution Guidelines.
| target: | https://raw.githubusercontent.com/snipsco/snips-skill-hue/master/LICENSE.txt |
|---|---|
| alt: | MIT License |