Skip to content

Commit 74edf94

Browse files
authored
Merge pull request #215 from eclipse-thingweb/fix-example
chore(mqtt_example.dart): remove incorrect base field
2 parents a7d17a9 + 036de14 commit 74edf94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/mqtt_example.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const thingDescriptionJson = {
1313
"@context": "https://www.w3.org/2022/wot/td/v1.1",
1414
"title": "Test Thing",
1515
"id": "urn:test",
16-
"base": "coap://coap.me",
1716
"security": ["auto_sc"],
1817
"securityDefinitions": {
1918
"auto_sc": {"scheme": "auto"},

0 commit comments

Comments
 (0)