Skip to content

syntithenai/snips_skill_monitorcontrol

Repository files navigation

HDMI Monitor control skill for Snips

MIT License

snips-skill-monitorcontrol

Installation

The fastest way to get going is to use the prebuilt assistant and Snipsfile at https://github.com/syntithenai/snips_skill_maths

Usage

Snips Skills Manager

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) %}

Contributing

Please see the Contribution Guidelines.

target:https://raw.githubusercontent.com/snipsco/snips-skill-hue/master/LICENSE.txt
alt:MIT License

About

snips skill to control power and other settings on the HDMI monitor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors