Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tDevkit
Manage
Activity
Members
Plan
Wiki
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Twin
Twinzo
tDevkit
Commits
e63be98f
Commit
e63be98f
authored
2 years ago
by
Patrik Paško
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'develop'
# Conflicts: # .gitlab-ci.yml
parents
31246187
5e63f143
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
README.md
+10
-5
10 additions, 5 deletions
README.md
with
11 additions
and
6 deletions
.gitlab-ci.yml
+
1
−
1
View file @
e63be98f
...
...
@@ -8,7 +8,7 @@ stages:
build
:
stage
:
build
tags
:
tags
:
-
net5
script
:
-
dotnet build
...
...
This diff is collapsed.
Click to expand it.
README.md
+
10
−
5
View file @
e63be98f
...
...
@@ -90,14 +90,16 @@ SensorDataContract data1 = new SensorDataContract
Quantity
=
"Temperature"
,
Value
=
"16"
,
Unit
=
"°C"
,
DataType
=
"Single"
DataType
=
"Single"
,
Index
=
0
};
SensorDataContract
data2
=
new
SensorDataContract
{
Quantity
=
"Humidity"
,
Value
=
"31"
,
Unit
=
"%"
,
DataType
=
"Single"
DataType
=
"Single"
,
Index
=
1
};
SensorDataContract
[]
sensorDataContracts
=
new
SensorDataContract
[]
{
data1
,
data2
};
...
...
@@ -141,14 +143,16 @@ SensorDataContract data1 = new SensorDataContract
Quantity
=
"Temperature"
,
Value
=
"16"
,
Unit
=
"°C"
,
DataType
=
"Single"
DataType
=
"Single"
,
Index
=
0
};
SensorDataContract
data2
=
new
SensorDataContract
{
Quantity
=
"Humidity"
,
Value
=
"31"
,
Unit
=
"%"
,
DataType
=
"Single"
DataType
=
"Single"
,
Index
=
1
};
SensorDataContract
data3
=
new
SensorDataContract
{
...
...
@@ -156,7 +160,8 @@ SensorDataContract data3 = new SensorDataContract
Timestamp
=
1614599484673
,
Value
=
"800"
,
DataType
=
"Int32"
,
Unit
=
"unit"
Unit
=
"unit"
,
Index
=
2
};
SensorDataContract
[]
sensorDataContracts
=
new
SensorDataContract
[]
{
data1
,
data2
,
data3
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment