Skip to content

Commit f309917

Browse files
committed
Change schema context.
1 parent 3bc998e commit f309917

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gateway_addon/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self, adapter, _id):
1818
"""
1919
self.adapter = adapter
2020
self.id = str(_id)
21-
self._context = 'https://iot.mozilla.org/schemas'
21+
self._context = 'https://webthings.io/schemas'
2222
self._type = []
2323
self.title = ''
2424
self.description = ''

gateway_addon/schema

Submodule schema updated 51 files

0 commit comments

Comments
 (0)