This repository was archived by the owner on Jun 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- # webthing
1+ # Thing Server
22
33[](https://github.com/labthings/)
44[ ![ PyPI] ( https://img.shields.io/pypi/v/thingserver )] ( https://pypi.org/project/thingserver/ )
@@ -11,18 +11,16 @@ This library is compatible with Python 3.5+.
1111
1212## Installation
1313
14- ` webthing ` can be installed via ` pip ` , as such:
14+ ` thingserver ` can be installed via ` pip ` , as such:
1515
1616``` {.sourceCode .shell}
17- $ pip install webthing
17+ $ pip install thingserver
1818```
1919
2020## Example Implementation
2121
2222In this code-walkthrough we will set up a dimmable light and a humidity
23- sensor (both using fake data, of course). Both working examples can be
24- found in
25- [ here] ( https://github.com/mozilla-iot/webthing-python/tree/master/example ) .
23+ sensor (both using fake data, of course).
2624
2725### Dimmable Light
2826
You can’t perform that action at this time.
0 commit comments