Changeset 78


Ignore:
Timestamp:
2014-01-19 21:25:09 (11 years ago)
Author:
nlrb
Message:

Fix size of MSG_DL_MR_SIRKEYZON

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/1.2/L_Powermax.lua ΒΆ

    r77 r78  
    201201   MSG_DL_MR_KEYPADS   = string.char(0x32, 0xB7, 0x40, 0x01), 
    202202   MSG_DL_MR_ZONES     = string.char(0x72, 0xB8, 0x80, 0x02), 
    203    MSG_DL_MR_SIRKEYZON = string.char(0xE2, 0xB6, 0x10, 0x40), -- Combines Sirens, keypads and sensors 
     203   MSG_DL_MR_SIRKEYZON = string.char(0xE2, 0xB6, 0x70, 0x04), -- Combines Sirens, keypads and sensors 
    204204   MSG_DL_ALL          = string.char(0x00, 0x00, 0x00, 0xFF) 
    205205} 
Note: See TracChangeset for help on using the changeset viewer.