Skip to content

Commit

Permalink
Update schema url.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Jan 7, 2021
1 parent 751a0a8 commit 98b916e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Thing.h
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ class ThingDevice {
void serialize(JsonObject descr, String ip, uint16_t port) {
descr["id"] = this->id;
descr["title"] = this->title;
descr["@context"] = "https://iot.mozilla.org/schemas";
descr["@context"] = "https://webthings.io/schemas";

if (this->description != "") {
descr["description"] = this->description;
Expand Down

0 comments on commit 98b916e

Please sign in to comment.