-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed python syntax error, updated config files * updated docs * updated docs * fixed typo * minor changes to docs * fixed links
- Loading branch information
Showing
15 changed files
with
106 additions
and
92 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
{ | ||
"Scannertype": "Siemens AG MV320", | ||
"Mqtt_Broker_Server": "ie-databus", | ||
"User": "edge", | ||
"Password": "edge", | ||
"Metadata": "ie/m/j/simatic/v1/s7c1/dp", | ||
"Topic": "ie/d/j/simatic/v1/s7c1/dp/w/PLC_S7", | ||
"Variable": "GDB_appSignals_APP_QRCode" | ||
"Metadata": "ie/m/j/simatic/v1/opcuac1/dp", | ||
"Topic": "ie/d/j/simatic/v1/opcuac1/dp/w/PLC_OPC", | ||
"Variable": "GDB.appSignals.APP_QRCode" | ||
} |
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
Oops, something went wrong.