node-red-trexmes-commands 1.1.1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ The following operations can be performed with this node by communicating with t
|
|
|
22
22
|
- Finish Test Mode
|
|
23
23
|
- Create Deffect
|
|
24
24
|
|
|
25
|
-
For configuration, first MS SQL server connection setting must be made. In addition, the
|
|
25
|
+
For configuration, first MS SQL server connection setting must be made. In addition, the company identification id and the identification id of the personnel who will perform the transaction should be defined as default in the connection features, specific to the trex system.
|
|
26
26
|
|
|
27
27
|
Then, the relevant operation is selected from the "Operation Type" combo contained in the node.
|
|
28
28
|
The Json sample data requested as input is displayed on the node for each operation.
|
|
@@ -49,7 +49,7 @@ As an operation return, for example, when the operation is successful for the "L
|
|
|
49
49
|
|
|
50
50
|
The example can be found in the node-red import examples page.
|
|
51
51
|
|
|
52
|
-

|
|
52
|
+

|
|
53
53
|
|
|
54
54
|
# Requirements
|
|
55
55
|
|