Skip to content

Commit

Permalink
added PSE&G in New Jersey
Browse files Browse the repository at this point in the history
added PSE&G in New Jersey
  • Loading branch information
dockSquadron authored Mar 3, 2024
1 parent 6e8bec0 commit cb9d78d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/gridstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit cb9d78d

Please sign in to comment.