From 036de14b91ffd1813d955c1cbfc8eb9a78677135 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Mon, 3 Mar 2025 09:53:59 +0100 Subject: [PATCH] chore(mqtt_example.dart): remove incorrect base field --- example/mqtt_example.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/example/mqtt_example.dart b/example/mqtt_example.dart index e363b11a..f61eef2c 100644 --- a/example/mqtt_example.dart +++ b/example/mqtt_example.dart @@ -13,7 +13,6 @@ const thingDescriptionJson = { "@context": "https://www.w3.org/2022/wot/td/v1.1", "title": "Test Thing", "id": "urn:test", - "base": "coap://coap.me", "security": ["auto_sc"], "securityDefinitions": { "auto_sc": {"scheme": "auto"},