Skip to content

Commit 98b916e

Browse files
committed
Update schema url.
1 parent 751a0a8 commit 98b916e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Thing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ class ThingDevice {
698698
void serialize(JsonObject descr, String ip, uint16_t port) {
699699
descr["id"] = this->id;
700700
descr["title"] = this->title;
701-
descr["@context"] = "https://iot.mozilla.org/schemas";
701+
descr["@context"] = "https://webthings.io/schemas";
702702

703703
if (this->description != "") {
704704
descr["description"] = this->description;

0 commit comments

Comments
 (0)