Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RBComb Temperature Control
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository 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
Pascal Engeler
RBComb Temperature Control
Commits
f1aeeb9f
Commit
f1aeeb9f
authored
8 months ago
by
Pascal Engeler
Browse files
Options
Downloads
Patches
Plain Diff
Updates
parent
27c862bf
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
drivers/drivers/element.py
+0
-14
0 additions, 14 deletions
drivers/drivers/element.py
drivers/drivers/templog.dat
+1
-1
1 addition, 1 deletion
drivers/drivers/templog.dat
drivers/multisampling/element.py
+0
-13
0 additions, 13 deletions
drivers/multisampling/element.py
with
1 addition
and
28 deletions
drivers/drivers/element.py
deleted
100644 → 0
+
0
−
14
View file @
27c862bf
import
requests
import
json
class
Element
:
def
__init__
(
self
):
self
.
url
=
"
https://hookshot.mbot.ethz.ch/webhook/7b33c3a4-7fe0-4e92-afc0-0ed07790ec8c
"
def
warn
(
self
,
message
):
myobj
=
{
"
text
"
:
message
,
"
username
"
:
"
Zygote
"
}
try
:
requests
.
post
(
self
.
url
,
json
=
myobj
)
#print(myobj["text"])
except
:
print
(
"
Failed to send message.
"
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
drivers/drivers/templog.dat
+
1
−
1
View file @
f1aeeb9f
1709028399.7751513,30.999624,22.509048,31.170196,30.556627
1721723768.1442149,30.998525,25.575567,31.34614,25.994017,33.898181
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
drivers/multisampling/element.py
deleted
100644 → 0
+
0
−
13
View file @
27c862bf
import
requests
import
json
class
Element
:
def
__init__
(
self
):
self
.
url
=
"
https://hookshot.mbot.ethz.ch/webhook/7b33c3a4-7fe0-4e92-afc0-0ed07790ec8c
"
def
warn
(
self
,
message
):
myobj
=
{
"
text
"
:
message
,
"
username
"
:
"
Zygote
"
}
try
:
requests
.
post
(
self
.
url
,
json
=
myobj
)
except
:
print
(
"
Failed to send message.
"
)
\ No newline at end of file
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