package satel const ( SatelCommand_zonesViolation = 0x00 SatelCommand_zonesTamper = 0x01 SatelCommand_zonesAlarm = 0x02 SatelCommand_zonesTamperAlarm = 0x03 SatelCommand_zonesAlarmMemory = 0x04 SatelCommand_zonesTamperAlarmMemory = 0x05 SatelCommand_zonesBypass = 0x06 SatelCommand_zonesNoViolationTrouble = 0x07 SatelCommand_zonesLongViolationTrouble = 0x08 SatelCommand_armedPartitionsSuppressed = 0x09 SatelCommand_armedPartitionsReally = 0x0A SatelCommand_partitionsArmedOnMode2 = 0x0B SatelCommand_partitionsArmedOnMode3 = 0x0C SatelCommand_partitionsWith1stCodeEntered = 0x0D SatelCommand_partitionsEntryTime = 0x0E SatelCommand_partitionsExitTimeMoreThan10s = 0x0F SatelCommand_partitionsExitTimeLessThan10s = 0x10 SatelCommand_partitionsTemporaryBlocked = 0x11 SatelCommand_partitionsBlockedForGuardRound = 0x12 SatelCommand_partitionsAlarm = 0x13 SatelCommand_partitionsFireAlarm = 0x14 SatelCommand_partitionsAlarmMemory = 0x15 SatelCommand_partitionsFireAlarmMemory = 0x16 SatelCommand_outputsState = 0x17 SatelCommand_doorsOpened = 0x18 SatelCommand_doorsOpenedLong = 0x19 SatelCommand_RTCAndBasicStatusBits = 0x1A SatelCommand_troublesPart1 = 0x1B SatelCommand_troublesPart2 = 0x1C SatelCommand_troublesPart3 = 0x1D SatelCommand_troublesPart4 = 0x1E SatelCommand_troublesPart5 = 0x1F SatelCommand_troublesMemoryPart1 = 0x20 SatelCommand_troublesMemoryPart2 = 0x21 SatelCommand_troublesMemoryPart3 = 0x22 SatelCommand_troublesMemoryPart4 = 0x23 SatelCommand_troublesMemoryPart5 = 0x24 SatelCommand_partitionsWithViolatedZones = 0x25 SatelCommand_zonesIsolate = 0x26 SatelCommand_partitionsWithVerifiedAlarms = 0x27 SatelCommand_zonesMasked = 0x28 SatelCommand_zonesMaskedMemory = 0x29 SatelCommand_partitionsArmedOnMode1 = 0x2A SatelCommand_partitionsWithWarningAlarms = 0x2B SatelCommand_troublesPart6 = 0x2C SatelCommand_troublesPart7 = 0x2D SatelCommand_troublesMemoryPart6 = 0x2E SatelCommand_troublesMemoryPart7 = 0x2F SatelCommand_troublesPart8 = 0x30 SatelCommand_troublesMemoryPart8 = 0x31 SatelCommand_ReadDeviceName = 0xEE Satel_Result = 0xEF )