apearson / insteon-plm

Insteon PLM is a TypeScript/JavaScript library for the Insteon PowerLinc Modem family of devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status message for Outlets different

apearson opened this issue · comments

The status packet for outlets are different than switches and dimmers.

Request:

  • Cmd2: 0x01 instead of 0x00

Response:

  • Cmd2:
    • 0x00 = Both Outlets Off
    • 0x01 = Only Top Outlet On
    • 0x02 = Only Bottom Outlet On
    • 0x03 = Both Outlets On

Need to verify fix does not affect lights, dimmers, or keypads (have a feeling keypads will need a fix)

Individual device classes will fix this