-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add START/STOP Button to iSpindel graphing sessions (#219)
* Adds iSpindel support for the server. iSpindel Server Address should be configured for picobrew.com and Path/URI to /API/iSpindel * Update session_parser.py Removed unnecessary comment * Update config.example.yaml Fixed typo * Update config.py Fixed all caps on ZYMATIC * Updating to latest master from chiefwgms * Minor fixes * Update routes_frontend for latest files * Fxing iSpindel_graph_socketio javascript call since it exists in index.html * Updating the iSpindel file error handling to be similar to ferm. Fixing str type declaration on iSpindle ID. * Update model.py * Update model.py * Adding iSpindel START/STOP button * Adding iSpindel START/STOP to server * Updated iSpindel START/STOP PR with changes based on review * Update app/main/routes_frontend.py Co-authored-by: Pete <[email protected]>
- Loading branch information
1 parent
d230496
commit 5073c38
Showing
9 changed files
with
121 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ yAxis: [ | |
title: { | ||
text: 'Specific Gravity' | ||
}, | ||
min: 0.9, | ||
min: 1.0, | ||
//max: 1.1 | ||
opposite: true | ||
}], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters