Simple bluetooth module with toggling and status display
This commit is contained in:
parent
0e5ff2956b
commit
185690f030
4 changed files with 114 additions and 1 deletions
|
@ -54,6 +54,11 @@
|
|||
"tunnel-up": { "prefix": "" },
|
||||
"tunnel-down": { "prefix": "" }
|
||||
},
|
||||
"bluetooth": {
|
||||
"ON": { "prefix": "" },
|
||||
"OFF": { "prefix": "" },
|
||||
"?": { "prefix": "" }
|
||||
},
|
||||
"battery": {
|
||||
"charged": { "prefix": "", "suffix": "" },
|
||||
"AC": { "suffix": "" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue