V4 Updates from remote Repo

This commit is contained in:
JW
2021-11-25 17:27:39 +01:00
parent 438c8bcf66
commit e8471373a1
110 changed files with 9653 additions and 7169 deletions

View File

@ -1,6 +1,6 @@
{
"input": "Events and data from sensors",
"input": "Events and data from sensors\n\r\nEvents 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": "gets the level of loudness in 0-100%\n\nReads the loudness through the microphone from 0 (silent) to 255 (loud)"
"input.soundLevel": "gets the level of loudness from 0 (silent) to 255 (loud)\n\nReads the loudness through the microphone from 0 (silent) to 255 (loud)"
}

View File

@ -6,5 +6,6 @@
"input.soundLevel|block": "sound level",
"input|block": "input",
"{id:category}Input": "Input",
"{id:group}More": "More"
"{id:group}More": "More",
"{id:group}Sensors": "Sensors"
}