Update json strings

This commit is contained in:
Sam El-Husseini
2017-08-28 21:52:09 -07:00
parent 124ad5c915
commit 48e081e584
4 changed files with 27 additions and 24 deletions

View File

@ -7,6 +7,7 @@
"control.raiseEvent": "Announce that an event happened to registered handlers.",
"control.raiseEvent|param|src": "ID of the Component that generated the event",
"control.raiseEvent|param|value": "Component specific code indicating the cause of the event.",
"input": "Respond to and read data from buttons and sensors.",
"input.Button": "Generic button class, for device buttons and sensors.",
"input.buttonDown": "Down button.",
"input.buttonEnter": "Enter button.",