Code by Scott שאול בן ישוע
Skip to content
GitLab
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
0d6cde7d
Verified
Commit
0d6cde7d
authored
Oct 16, 2019
by
Sha'ul ben Yeshua
🎗
Browse files
proper import url's now
parent
8d21423e
Pipeline
#67
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Driver/Raspberry-Pi-DHT-Sensor.groovy
View file @
0d6cde7d
...
...
@@ -52,21 +52,19 @@ metadata {
importUrl:
"http://sgrayban.borgnet.online:8081/raspberrypi.monitor/Raspberry-Pi-DHT-Sensor.groovy"
)
{
capability
"Temperature Measurement"
capability
"Polling"
capability
"Refresh"
capability
"Sensor"
attribute
"temperature"
,
"number"
attribute
"humidity"
,
"number"
attribute
"DriverVersion"
,
"string"
attribute
"DriverAuthor"
,
"string"
attribute
"DriverStatus"
,
"string"
attribute
"LastRefresh"
,
"string"
capability
"Temperature Measurement"
capability
"Polling"
capability
"Refresh"
capability
"Sensor"
attribute
"temperature"
,
"number"
attribute
"humidity"
,
"number"
attribute
"DriverVersion"
,
"string"
attribute
"DriverAuthor"
,
"string"
attribute
"DriverStatus"
,
"string"
attribute
"LastRefresh"
,
"string"
}
main
([
"temperature"
])
details
([
"temperature"
,
"humidity"
,
"refresh"
])
}
preferences
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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