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.
Files changed (2) hide show
  1. package/README.md +2 -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 "company" company identification id and the identification id of the personnel who will perform the transaction should be defined as default in the connection features, specifically for the Trex system.
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
- ![trexMes-CMD Node image1](src/assets/1.jpg)
52
+ ![trexMes-CMD Node image1](https://raw.githubusercontent.com/asafyurdakul/node-red-trexmes-commands/master/src/assets/1.jpg)
53
53
 
54
54
  # Requirements
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-trexmes-commands",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "A node-red node to execute commands for Trex Mes Systems",
5
5
  "main": "trexcommands.js",
6
6
  "dependencies": {