From b23f488822d8e018774aec551b1f599ee7ae0f35 Mon Sep 17 00:00:00 2001 From: Parnic Date: Tue, 14 Jul 2020 12:50:50 -0500 Subject: [PATCH] Remove specific node versions tested against These change frequently and it's probably not worth documenting anyway. I'm pretty sure these versions were no longer valid anyway since, for example, Mocha no longer supports node v8. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cadc7d..f9f5506 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a Node.JS library for interfacing with Pentair ScreenLogic systems over your local network or remotely through the Pentair dispatcher. Local connections require a Pentair ScreenLogic device on the same network (a network which supports UDP broadcasts). -Tested on node v8.11.1, v10.15.1 with a system on firmware versions 5.2 Build 736.0 Rel, 5.2 Build 738.0 Rel +Tested with a Pentair ScreenLogic system on firmware versions 5.2 Build 736.0 Rel, 5.2 Build 738.0 Rel ## Usage