-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ethanperry/change machine status casing (#51)
## Purpose <!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? --> * ... No breaking changes, added mqtt v5 version to all site configs for the industrial data simulator. Changed the input casing of anomaly detection machine status to snake case on the input and camel case on the output.
- Loading branch information
1 parent
a90f609
commit cc0aafb
Showing
6 changed files
with
77 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
logger: | ||
level: 0 | ||
server: | ||
route: /anomaly | ||
port: 3333 | ||
algorithm: | ||
temperature: | ||
lambda: 0.25 | ||
lFactor: 3 | ||
controlT: 90 | ||
controlS: 20 | ||
controlN: 10 | ||
vibration: | ||
lambda: 0.25 | ||
lFactor: 3 | ||
controlT: 50 | ||
controlS: 20 | ||
controlN: 10 | ||
humidity: | ||
lambda: 0.25 | ||
lFactor: 3 | ||
controlT: 80 | ||
controlS: 20 | ||
controlN: 10 |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
logger: | ||
level: 0 | ||
server: | ||
httpPort: 3333 | ||
grpcPort: 3334 | ||
calculator: | ||
shifts: 3 | ||
initialTime: 2023-11-16T00:00:00-08:00 |
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