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.
76
76
" type" : " range" ,
77
77
" min" : 0 ,
78
78
" max" : 255
79
- // Microphone sensor has low (quiet) and high (loud) thresholds :
79
+ // Microphone sensor only :
80
80
" lowThreshold" : 50 ,
81
81
" highThreshold" : 150
82
82
}
@@ -100,11 +100,11 @@ The following sections documents the messages supported via postMessage.
100
100
" type" : " range" ,
101
101
" min" : 0 ,
102
102
" max" : 255
103
- // Microphone sensor has low (quiet) and high (loud) thresholds :
103
+ // Microphone sensor only :
104
104
" lowThreshold" : 50 ,
105
105
" highThreshold" : 150
106
106
}
107
- // Optionally, further top-level keys here.
107
+ // Optionally, further keys here.
108
108
}
109
109
]
110
110
}
You can’t perform that action at this time.
0 commit comments