add server connection to vscode config
parent
dc9a10a367
commit
ecfbef4441
|
@ -1,3 +1,5 @@
|
|||
{
|
||||
"openhab.useRestApi": true
|
||||
"openhab.useRestApi": true,
|
||||
"openhab.host": "10.2.113.102",
|
||||
"openhab.port": 8080
|
||||
}
|
Loading…
Reference in New Issue