File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ The following sections documents the messages supported via postMessage.
7676 " type" : " range" ,
7777 " min" : 0 ,
7878 " max" : 255
79- // Microphone sensor has low (quiet) and high (loud) thresholds :
79+ // Microphone sensor only :
8080 " lowThreshold" : 50 ,
8181 " highThreshold" : 150
8282 }
@@ -100,11 +100,11 @@ The following sections documents the messages supported via postMessage.
100100 " type" : " range" ,
101101 " min" : 0 ,
102102 " max" : 255
103- // Microphone sensor has low (quiet) and high (loud) thresholds :
103+ // Microphone sensor only :
104104 " lowThreshold" : 50 ,
105105 " highThreshold" : 150
106106 }
107- // Optionally, further top-level keys here.
107+ // Optionally, further keys here.
108108 }
109109 ]
110110}
You can’t perform that action at this time.
0 commit comments