Code by Scott שאול בן ישוע
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sha'ul ben Yeshua
raspberrypi.monitor
Commits
0c090b94
Unverified
Commit
0c090b94
authored
Apr 18, 2019
by
Scott Grayban
Committed by
GitHub
Apr 18, 2019
Browse files
added dht json info
parent
6b9400d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0c090b94
...
...
@@ -79,7 +79,7 @@ systemctl daemon-reload
systemctl start raspberrypi_monitor.service
```
# Usage
# Usage
for PI Stats
```
http://Rpi-IP:8080/api/pi
...
...
@@ -115,6 +115,21 @@ Would yield something like this:
}
```
## Usage for the DHT sensor
```
http://Rpi-IP:8080/api/dht
```
Would yield something like this:
```
json
{
"temperature":69.8,
"humidity":58.0
}
```
# RELEASES
2019-04-15 :: 1.3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment