Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/L_CaddxNX584Security.lua

    r69 r71  
    702702function processZonesSnapshotMessage(message) 
    703703    -- First byte is the set of 16 zones in this snapshot. 
    704     local z16 = string.byte(string.sub(message,2)) * 16 
     704    local z16 = string.byte(string.sub(message,1)) * 16 
    705705    for zone2 = 1,8 do 
    706706        -- Two zones per byte. 
Note: See TracChangeset for help on using the changeset viewer.