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
2
2
3
3
[](https://github.com/labthings/)
4
4
[ ![ 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+.
11
11
12
12
## Installation
13
13
14
- ` webthing ` can be installed via ` pip ` , as such:
14
+ ` thingserver ` can be installed via ` pip ` , as such:
15
15
16
16
``` {.sourceCode .shell}
17
- $ pip install webthing
17
+ $ pip install thingserver
18
18
```
19
19
20
20
## Example Implementation
21
21
22
22
In 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).
26
24
27
25
### Dimmable Light
28
26
You can’t perform that action at this time.
0 commit comments