Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
j.hoerdt
sensor2graph
Commits
d19270b2
Commit
d19270b2
authored
Apr 18, 2021
by
j.hoerdt
Browse files
add URL property
parent
ac728bd4
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/sensor2graph/Sensor.java
View file @
d19270b2
...
...
@@ -112,6 +112,11 @@ class Sensor {
new
JsonPrimitive
(
"\""
+
rec
.
get
(
"description"
)
+
"\""
)
);
}
add_attribute
(
body
,
"9"
,
"URL"
,
new
JsonPrimitive
(
"\"https://sensordata.open-forecast.eu/\""
)
);
// add_attribute(body,
// "21.T11148/f76ad9d0324302fc47dd",
// "\"instrument type string\""
...
...
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