diff --git a/io/serialport/25-serial.html b/io/serialport/25-serial.html index 5782b72c..64d231d1 100644 --- a/io/serialport/25-serial.html +++ b/io/serialport/25-serial.html @@ -149,65 +149,66 @@ -
- - +
+
+ + - - + + + + + + +
 
  - - - - - - -
+ +
-
+
- - - - - + + + + + - - + - - -
DTRRTSCTS
 DTRRTSCTS DSR
 
-
+
diff --git a/io/serialport/locales/en-US/25-serial.json b/io/serialport/locales/en-US/25-serial.json index da669763..503cb0b8 100644 --- a/io/serialport/locales/en-US/25-serial.json +++ b/io/serialport/locales/en-US/25-serial.json @@ -34,7 +34,7 @@ "space": "Space" }, "linestates": { - "none": "", + "none": "auto", "high": "High", "low": "Low" }, diff --git a/io/serialport/locales/ja/25-serial.json b/io/serialport/locales/ja/25-serial.json index 979c07b2..42e4dfc0 100644 --- a/io/serialport/locales/ja/25-serial.json +++ b/io/serialport/locales/ja/25-serial.json @@ -24,6 +24,11 @@ "odd": "奇数", "space": "スペース" }, + "linestates": { + "none": "auto", + "high": "High", + "low": "Low" + }, "split": { "character": "文字列で区切る", "timeout": "タイムアウト後で区切る", diff --git a/io/serialport/package.json b/io/serialport/package.json index 33070f29..851c5123 100644 --- a/io/serialport/package.json +++ b/io/serialport/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-serialport", - "version" : "0.9.2", + "version" : "0.10.0", "description" : "Node-RED nodes to talk to serial ports", "dependencies" : { "serialport" : "^8.0.5"