diff --git a/hardware/pigpiod/locales/en-US/pi-gpiod.json b/hardware/pigpiod/locales/en-US/pi-gpiod.json
index ef20b888..69199beb 100644
--- a/hardware/pigpiod/locales/en-US/pi-gpiod.json
+++ b/hardware/pigpiod/locales/en-US/pi-gpiod.json
@@ -33,7 +33,7 @@
"in": "Tip: Only Digital Input is supported - input must be 0 or 1.",
"dig": "Tip: For digital output - input must be 0 or 1.",
"pwm": "Tip: For PWM output - input must be between 0 to 100.",
- "ser": "Tip: For Servo output - input must be between 0 to 100. 50 is centre.
Min must be 5mS or more, Max must be 25mS or less."
+ "ser": "Tip: For Servo output - input must be between 0 to 100. 50 is centre.
Min must be 500uS or more, Max must be 2500uS or less."
},
"types": {
"digout": "digital output",
diff --git a/hardware/pigpiod/package.json b/hardware/pigpiod/package.json
index e19556b3..975bf29d 100644
--- a/hardware/pigpiod/package.json
+++ b/hardware/pigpiod/package.json
@@ -1,9 +1,9 @@
{
"name": "node-red-node-pi-gpiod",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "A node-red node for PiGPIOd",
"dependencies" : {
- "js-pigpio": "^1.0.0"
+ "js-pigpio": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
diff --git a/hardware/pigpiod/pi-gpiod.html b/hardware/pigpiod/pi-gpiod.html
index a2918300..1e16d9b2 100644
--- a/hardware/pigpiod/pi-gpiod.html
+++ b/hardware/pigpiod/pi-gpiod.html
@@ -161,9 +161,9 @@