Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cyber-Physical Systems
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Luno Becker
Cyber-Physical Systems
Commits
f2549aa2
Commit
f2549aa2
authored
1 year ago
by
Karl-Luca
Committed by
laurakutter
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
pumpe läuft...
parent
b1a4f18d
No related branches found
Branches containing commit
No related tags found
1 merge request
!28
Raspberry webinterface
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
__pycache__/communication.cpython-39.pyc
+0
-0
0 additions, 0 deletions
__pycache__/communication.cpython-39.pyc
static/steuerung.js
+3
-3
3 additions, 3 deletions
static/steuerung.js
with
3 additions
and
3 deletions
__pycache__/communication.cpython-39.pyc
+
0
−
0
View file @
f2549aa2
No preview for this file type
This diff is collapsed.
Click to expand it.
static/steuerung.js
+
3
−
3
View file @
f2549aa2
...
...
@@ -27,9 +27,9 @@ function sendState(state) {
function
refresh
()
{
getState
();
btn1
.
textContent
=
uiState
.
light_status
?
'
Licht an
'
:
'
Licht aus
'
;
btn2
.
textContent
=
uiState
.
water_pump_status
?
'
Wasserpumpe an
'
:
'
Wasserpumpe
aus
'
;
btn3
.
textContent
=
uiState
.
nutrition_pump_status
?
'
Nährstoffpumpe an
'
:
'
Nährstoffpumpe
aus
'
;
btn2
.
textContent
=
uiState
.
water_pump_status
?
'
Wasserpumpe an
'
:
'
Wasserpumpe
läuft...
'
;
btn3
.
textContent
=
uiState
.
nutrition_pump_status
?
'
Nährstoffpumpe an
'
:
'
Nährstoffpumpe
läuft...
'
;
toggleSwitch
.
checked
=
uiState
.
light_auto_mode
?
true
:
false
;
timeSelector
.
style
.
display
=
uiState
.
light_auto_mode
?
'
block
'
:
'
none
'
;
}
...
...
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