Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Commit 4d9a47d

Browse files
committed
Update README.
1 parent 33c1361 commit 4d9a47d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,8 @@ Now we have a sensor that constantly reports 0%. To make it usable, we need a th
178178
pass
179179
180180
This will update our ``Value`` object with the sensor readings via the ``self.level.notify_of_external_update(read_from_gpio())`` call. The ``Value`` object now notifies the property and the thing that the value has changed, which in turn notifies all websocket listeners.
181+
182+
Adding to Gateway
183+
=================
184+
185+
To add your web thing to the WebThings Gateway, install the "Web Thing" add-on and follow the instructions `here <https://github.com/mozilla-iot/thing-url-adapter#readme>`_.

0 commit comments

Comments
 (0)