update rules

This commit is contained in:
Dobromir Popov
2025-09-22 15:18:10 +03:00
parent c07e9548af
commit cb31cc73b3
3 changed files with 22 additions and 5 deletions

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"vsmqtt.brokerProfiles": [
{
"name": "home",
"host": "192.168.0.10",
"port": 1883,
"clientId": "vsmqtt_client_20f8"
}
]
}