From cb9d78dbfcd33cb1970f272ba890215c8ea2d66c Mon Sep 17 00:00:00 2001 From: dockSquadron Date: Sun, 3 Mar 2024 01:47:31 -0500 Subject: [PATCH] added PSE&G in New Jersey added PSE&G in New Jersey --- src/devices/gridstream.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/devices/gridstream.c b/src/devices/gridstream.c index 3703277a6..e63340670 100644 --- a/src/devices/gridstream.c +++ b/src/devices/gridstream.c @@ -79,7 +79,8 @@ static struct crc_init known_crc_init[] = { {0x2C22, "Santa Barbara, CA", "Southern California Edison"}, {0x142A, "Washington", "Puget Sound Energy"}, {0x47F7, "Pennsylvania", "PPL Electric"}, - {0x22c6, "Long Island, NY", "PSEG Long Island"}}; + {0x22c6, "Long Island, NY", "PSEG Long Island"}, + {0xD1FF, "New Jersey", "PSE&G"}}; static int gridstream_checksum(int fulllength, uint16_t length, uint8_t *bits, int adjust) {