refresh all strings

This commit is contained in:
peli
2020-09-08 02:25:43 -07:00
parent 17b5cb71cb
commit f5e1e238f2
5 changed files with 6 additions and 4 deletions

View File

@ -2,5 +2,5 @@
"input": "Events and data from sensors",
"input.onLoudSound": "Registers an event that runs when a loud sound is detected",
"input.setLoudSoundThreshold": "Sets the minimum threshold for a loud sound",
"input.soundLevel": "Reads the loudness through the microphone from 0 (silent) to 255 (loud)"
"input.soundLevel": "gets the level of loudness in 0-100%\n\nReads the loudness through the microphone from 0 (silent) to 255 (loud)"
}