GladysProject/Gladys

View on GitHub
server/config/brain/light/questions.en.json

Summary

Maintainability
Test Coverage
[
  {
    "label": "light.turn-on",
    "questions": ["Turn on the light in the %room%", "I want some light in the %room%"],
    "answers": ["Turning on the light...", "I'm turning on the light!"]
  },
  {
    "label": "light.turn-off",
    "questions": ["Turn off the light in the %room%", "Shut down the light in the %room%"],
    "answers": ["Turning off the light...", "I'm turning off the light!"]
  }
]