Skip to content

Commit f18ba89

Browse files
Add files via upload
1 parent 914d814 commit f18ba89

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,16 @@
2626
"name": "buttoninput",
2727
"options": {
2828
"default": {
29+
"Auto-detect connections": true,
2930
"Update frequency": 90,
3031
"Debugging": false
3132
},
3233
"schema": {
3334
"properties": {
35+
"Auto-detect connections": {
36+
"description": "Automatically detect when a device is plugged in or unplugged? The default is to enable this.",
37+
"type": "boolean"
38+
},
3439
"Update frequency": {
3540
"description": "Some devices send a lot of updates, for example about a controller's Y and Y position. To avoid overwhelming the system, it's possible to limit the frequency with which updates are accepted. You can very this between 0 (slow, once very second) to 100 (no limitation, instant). 50 would be once every half a second. The default speed is 90, which gives a maximum rate of 0.1 seconds. Note that button presses are never rate limited, and will always work instantly.",
3641
"type": "integer",
@@ -47,7 +52,7 @@
4752
}
4853
},
4954
"short_name": "buttoninput",
50-
"version": "0.0.13",
55+
"version": "0.1.0",
5156
"web_accessible_resources": [
5257
"css/*.css",
5358
"images/*.svg",

0 commit comments

Comments
 (0)