Advertisement
Guest User

Kerui W18

a guest
Jul 22nd, 2018
851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 15.69 KB | None | 0 0
  1. {
  2.     "kerui": {
  3.         "sms_cmd": [
  4.             {
  5.                 "name": "Disarm",
  6.                 "cmd": 0,
  7.                 "param1": "empty",
  8.                 "param2": "empty",
  9.                 "param3": "empty",
  10.                 "example": "12340#",
  11.                 "manual": "Disarm refers to host panel stops the alarm or make the alarm system in a non-alert state. After disarming, when detectors are triggered, but host doesn't alarm (except the detectors of emergency zones and the emergency button on remote control). After disarming operation, it displays and locks 'Disarm' icon.",
  12.                 "reply:": "Disarmed/AC Power:ON/Outlet:ON/Send SMS:ON/Password:1234/Alarm delay:00s/Arm delay:00s/Key Lock:OFF/LCD Save:ON"
  13.             },
  14.             {
  15.                 "name": "Arm",
  16.                 "cmd": 1,
  17.                 "example": "12341#",
  18.                 "manual": "Arm refers to a full range of on-site alarm detection alert when nobody at home; All detectors are in working state, when there is danger (theft, fire, gas leak etc) trigger the detectors, the host alarms immediately. After arming operation, it displays and locks 'ARM' icon.",
  19.                 "reply:": "Away Armed/AC Power:ON/Outlet:ON/Send SMS:ON/Password:1234/Alarm delay:00s/Arm delay:00s/Key Lock:OFF/LCD Save:ON"
  20.             },
  21.             {
  22.                 "name": "Stay",
  23.                 "cmd": 2,
  24.                 "param1": "empty",
  25.                 "param2": "empty",
  26.                 "param3": "empty",
  27.                 "example": "12342#",
  28.                 "manual": "Stay or Home Arm refers to when someone at home, and for safety, the detectors in the perimeter area like doors, windows, balconies are in working state but the detectors indoor don't work in case of the false alarm if triggered by user himself, then the user chooses Home Arm to let some detectors work and other detectors not work. Home Arm function needs to be set that is the defense zones of the interior detectors should be changed to be Home Arm zones in order to work properly. After Home Arm operation, it displays and locks 'Home Arm' icon.",
  29.                 "reply:": "Home Armed/AC Power:ON/Outlet:ON/Send SMS:ON/Password:1234/Alarm delay:00s/Arm delay:00s/Key Lock:OFF/LCD Save:ON"
  30.             },
  31.             {
  32.                 "name": "Relay On",
  33.                 "cmd": 3,
  34.                 "param1": "empty",
  35.                 "param2": "empty",
  36.                 "param3": "empty",
  37.                 "example": "12343#",
  38.                 "manual": "Turn on relay",
  39.                 "reply:": "empty"
  40.             },
  41.             {
  42.                 "name": "Relay Off",
  43.                 "cmd": 4,
  44.                 "param1": "empty",
  45.                 "param2": "empty",
  46.                 "param3": "empty",
  47.                 "example": "12344#",
  48.                 "manual": "Turn off relay",
  49.                 "reply:": "empty"
  50.             },
  51.             {
  52.                 "name": "Check Host General Parameters",
  53.                 "cmd": 11,
  54.                 "param1": "empty",
  55.                 "param2": "empty",
  56.                 "param3": "empty",
  57.                 "example": "123411#",
  58.                 "manual": "empty",
  59.                 "reply:": "SystemVoice:OFF/SystemVolume:01/Built-inSirenVolume:01/SirenOnTime:01min"
  60.             },
  61.             {
  62.                 "name": "Set Phone Number",
  63.                 "cmd": 3,
  64.                 "param1": "1~9, Group 1~6 is common number; 7~9 is the senior number",
  65.                 "param2": "phone number, max 31 characters",
  66.                 "param3": "empty",
  67.                 "example": "1234319900000099#",
  68.                 "manual": "Set first group phone number to 9900000099.",
  69.                 "reply:": "Group 1 Phone Number: 9900000099"
  70.             },
  71.             {
  72.                 "name": "Delete Phone Number",
  73.                 "cmd": 3,
  74.                 "param1": "1~9",
  75.                 "param2": "empty",
  76.                 "param3": "empty",
  77.                 "example": "123435#",
  78.                 "manual": "Delete 5th phone number",
  79.                 "reply:": "empty"
  80.             },
  81.             {
  82.                 "name": "Check Host State",
  83.                 "cmd": 20,
  84.                 "param1": "empty",
  85.                 "param2": "empty",
  86.                 "param3": "empty",
  87.                 "example": "123420#",
  88.                 "manual": "This is the sms reply option in the panel Phone&SMS Settings, if enabled some sms cmds will auto reply this cmd",
  89.                 "reply:": "Disarmed/AC Power:ON/Outlet:ON/Send SMS:ON/Password:1234/Alarm delay:00s/Arm delay:00s/Key Lock:OFF/LCD Save:ON"
  90.             },
  91.             {
  92.                 "name": "Check Phone Number",
  93.                 "cmd": 30,
  94.                 "param1": "01~09",
  95.                 "param2": "empty",
  96.                 "param3": "empty",
  97.                 "example": "12343008#",
  98.                 "manual": "Check 8th phone number",
  99.                 "reply:": "Group 8 Phone Number: 9900000099"
  100.             },
  101.             {
  102.                 "name": "Set SMS and Central Numbers",
  103.                 "cmd": 4,
  104.                 "param1": "1~8, Group 1~6 is SMS number; 7-8 is cid number",
  105.                 "param2": "phone number, max 31 characters",
  106.                 "param3": "empty",
  107.                 "example": "1234419900000099#",
  108.                 "manual": "Set first group phone number to 9900000099",
  109.                 "reply:": "Group 1 SMS Number: 9900000099"
  110.             },
  111.             {
  112.                 "name": "Delete SMS Phone Number",
  113.                 "cmd": 4,
  114.                 "param1": "1~8",
  115.                 "param2": "empty",
  116.                 "param3": "empty",
  117.                 "example": "123445#",
  118.                 "manual": "Delete 5th SMS phone number",
  119.                 "reply:": "empty"
  120.             },
  121.             {
  122.                 "name": "Check SMS Phone Number",
  123.                 "cmd": 40,
  124.                 "param1": "1~8",
  125.                 "param2": "empty",
  126.                 "param3": "empty",
  127.                 "example": "1234408#",
  128.                 "manual": "Check 8th SMS phone number",
  129.                 "reply:": "Group 2 CID Number: 9900000099"
  130.             },
  131.             {
  132.                 "name": "Set System Password",
  133.                 "cmd": 50,
  134.                 "param1": "Four numbers among 0~9",
  135.                 "param2": "empty",
  136.                 "param3": "empty",
  137.                 "example": "1234504321#",
  138.                 "manual": "Set user password to 4321",
  139.                 "reply:": "empty"
  140.             },
  141.             {
  142.                 "name": "Delay Arm Period Settings",
  143.                 "cmd": 51,
  144.                 "param1": "00~99",
  145.                 "param2": "empty",
  146.                 "param3": "empty",
  147.                 "example": "12345130#",
  148.                 "manual": "Set delay arm period to 30s",
  149.                 "reply:": "Disarmed/AC Power:ON/Outlet:ON/Send SMS:ON/Password:1234/Alarm delay:00s/Arm delay:30s/Key Lock:OFF/LCD Save:ON"
  150.             },
  151.             {
  152.                 "name": "Delay Alarm Period Settings",
  153.                 "cmd": 52,
  154.                 "param1": "00~99",
  155.                 "param2": "empty",
  156.                 "param3": "empty",
  157.                 "example": "12345210#",
  158.                 "manual": "Set delay alarm period to 10s",
  159.                 "reply:": "Disarmed/AC Power:ON/Outlet:ON/Send SMS:ON/Password:1234/Alarm delay:10s/Arm delay:00s/Key Lock:OFF/LCD Save:ON"
  160.             },
  161.             {
  162.                 "name": "Set Alarm Siren Period",
  163.                 "cmd": 53,
  164.                 "param1": "00~20",
  165.                 "param2": "empty",
  166.                 "param3": "empty",
  167.                 "example": "12345315#",
  168.                 "manual": "Set alarm siren period to 15min",
  169.                 "reply:": "empty"
  170.             },
  171.             {
  172.                 "name": "Set Date/Time",
  173.                 "cmd": 56,
  174.                 "param1": "date: yymmdd",
  175.                 "param2": "time: hhmmss",
  176.                 "param3": "empty",
  177.                 "example": "12345620180520203000#",
  178.                 "manual": "Set system date to 2018/05/20 and time to 20:30:00",
  179.                 "reply:": "empty"
  180.             },
  181.             {
  182.                 "name": "Check Date/Time",
  183.                 "cmd": 56,
  184.                 "param1": "empty",
  185.                 "param2": "empty",
  186.                 "param3": "empty",
  187.                 "example": "123456#",
  188.                 "manual": "Check system Date/Time settings",
  189.                 "reply:": "System clock:2018-05-20 20:30"
  190.             },
  191.             {
  192.                 "name": "Arm/Disarm At Fixed Time",
  193.                 "cmd": 57,
  194.                 "param1": "01~04",
  195.                 "param2": "0100 arm time",
  196.                 "param3": "0200 disarm time, ATTENTION: there is a param4 week days '1234567'",
  197.                 "example": "123457010100020012345#",
  198.                 "manual": "Set the first fixed time, arm automatically at 01:00 from Monday to Friday, disarm at 02:00",
  199.                 "reply:": "no reply but it works"
  200.             },
  201.             {
  202.                 "name": "Check Arm/Disarm At Fixed Time",
  203.                 "cmd": 57,
  204.                 "param1": "01~04",
  205.                 "param2": "empty",
  206.                 "param3": "empty",
  207.                 "example": "12345701#",
  208.                 "manual": "Check the first fixed time... THIS COMMAND DOES NOT WORK FOR ME, NO REPLY!",
  209.                 "reply:": "empty"
  210.             },
  211.             {
  212.                 "name": "Set Zone Attributes",
  213.                 "cmd": 60,
  214.                 "param1": "01~99 zone",
  215.                 "param2": "1~8 zone type",
  216.                 "param3": "0-1 Siren off or on",
  217.                 "example": "1234601880#",
  218.                 "manual": "Set zone 18 as Help the Senior zone, siren doesn't play when alarming",
  219.                 "reply:": "no reply but it works"
  220.             },
  221.             {
  222.                 "name": "Check Zone Attributes",
  223.                 "cmd": 60,
  224.                 "param1": "01~99 zone",
  225.                 "param2": "empty",
  226.                 "param3": "empty",
  227.                 "example": "12346001#",
  228.                 "manual": "Check 01 zone attribute... THIS COMMAND DOES NOT WORK FOR ME, NO REPLY!",
  229.                 "reply:": "empty"
  230.             },
  231.             {
  232.                 "name": "Set Network Feature Code",
  233.                 "cmd": 64,
  234.                 "param1": "01~99 zone",
  235.                 "param2": "100-Medical treatment, 110-Fire, 121-Robbery, 122-Silence Robbery, 130-Burglar, 131-Surrounding, 151-Gas",
  236.                 "param3": "empty",
  237.                 "example": "12346438151#",
  238.                 "manual": "Set zone 38 as Gas zone",
  239.                 "reply:": "empty"
  240.             },
  241.             {
  242.                 "name": "Set System Volume",
  243.                 "cmd": 79,
  244.                 "param1": "1~7",
  245.                 "param2": "empty",
  246.                 "param3": "empty",
  247.                 "example": "1234793#",
  248.                 "manual": "Set system volume level to 3",
  249.                 "reply:": "SystemVoice:OFF/SystemVolume:03/Built-inSirenVolume:01/SirenOnTime:01min"
  250.             },
  251.             {
  252.                 "name": "Set Zone Alarm SMS Message",
  253.                 "cmd": 80,
  254.                 "param1": "01~99 zone",
  255.                 "param2": "message less than 25 characters",
  256.                 "param3": "empty",
  257.                 "example": "12348060 Front door is open#",
  258.                 "manual": "Set zone 60 SMS alarm message as 'Front door is open'",
  259.                 "reply:": "empty"
  260.             },
  261.             {
  262.                 "name": "Check Zone Alarm SMS Message",
  263.                 "cmd": 81,
  264.                 "param1": "01~99 zone",
  265.                 "param2": "empty",
  266.                 "param3": "empty",
  267.                 "example": "12348160#",
  268.                 "manual": "Check zone 60 SMS alarm message",
  269.                 "reply:": "empty"
  270.             },
  271.             {
  272.                 "name": "Set LCD Power Saving",
  273.                 "cmd": 84,
  274.                 "param1": "0-1 on-off",
  275.                 "param2": "empty",
  276.                 "param3": "empty",
  277.                 "example": "1234840#",
  278.                 "manual": "Set LCD always ON",
  279.                 "reply:": "empty"
  280.             },
  281.             {
  282.                 "name": "Set Built-In Siren Volume",
  283.                 "cmd": 87,
  284.                 "param1": "0~7",
  285.                 "param2": "empty",
  286.                 "param3": "empty",
  287.                 "example": "1234873#",
  288.                 "manual": "Set built-in siren volume to 3",
  289.                 "reply:": "empty"
  290.             },
  291.             {
  292.                 "name": "Set Arm/Disarm Upload",
  293.                 "cmd": 91,
  294.                 "param1": "0~3 0-No upload, 1-Arm upload, 2-Disarm upload, 3-Arm and Disarm upload",
  295.                 "param2": "empty",
  296.                 "param3": "empty",
  297.                 "example": "1234911#",
  298.                 "manual": "Set Arm upload, will alarm only when arming if, CID number is set will call number 3 times",
  299.                 "reply:": "empty"
  300.             },
  301.             {
  302.                 "name": "Set Network CID Number",
  303.                 "cmd": 92,
  304.                 "param1": "0~9 any four digital CID number",
  305.                 "param2": "empty",
  306.                 "param3": "empty",
  307.                 "example": "1234929988#",
  308.                 "manual": "Set CID number to 9988",
  309.                 "reply:": "empty"
  310.             },
  311.             {
  312.                 "name": "Set Network Self-Test Time",
  313.                 "cmd": 94,
  314.                 "param1": "0800; time",
  315.                 "param2": "1234567 week",
  316.                 "param3": "empty",
  317.                 "example": "12349401007#",
  318.                 "manual": "Set self-test with the center at 01:00 on every Sunday",
  319.                 "reply:": "empty"
  320.             },
  321.             {
  322.                 "name": "Restore Factory Reset",
  323.                 "cmd": 9898,
  324.                 "param1": "empty",
  325.                 "param2": "empty",
  326.                 "param3": "empty",
  327.                 "example": "12349898#",
  328.                 "manual": "Factory Reset",
  329.                 "reply:": "empty"
  330.             }          
  331.         ],
  332.         "zone_type": [
  333.             {
  334.                 "type": "Away Armed",
  335.                 "number": 1,
  336.                 "behavior": "Away Armed types zones will alarm when away or home armed, but not when disarmed"
  337.             },
  338.             {
  339.                 "type": "Stay",
  340.                 "number": 2,
  341.                 "behavior": "Stay types zones will NOT alarm when home armed or disarmed"
  342.             },
  343.             {
  344.                 "type": "Smart",
  345.                 "number": 3,
  346.                 "behavior": "Smart types zones will only alarm when triggered twice, when away or home armed, but not when disarmed"
  347.             },
  348.             {
  349.                 "type": "Emergency",
  350.                 "number": 4,
  351.                 "behavior": "Emergency types zones will always alarm, even when disarmed"
  352.             },
  353.             {
  354.                 "type": "Disabled",
  355.                 "number": 5,
  356.                 "behavior": "Disabled types zones will always NOT alarm"
  357.             },
  358.             {
  359.                 "type": "Chime",
  360.                 "number": 6,
  361.                 "behavior": "Doorbell types zones will just play doorbell ring on host device when triggered, will NOT alarm, at all arming modes"
  362.             },
  363.             {
  364.                 "type": "Welcome",
  365.                 "number": 7,
  366.                 "behavior": "Welcome types zones will play 'Welcome' message when disarmed and will alarm when away or home armed"
  367.             },
  368.             {
  369.                 "type": "Help Senior",
  370.                 "number": 8,
  371.                 "behavior": "Help Senior types zones will always alarm and call all 3 help numbers, you can't select numbers on this one"
  372.             }
  373.         ],
  374.         "arm_mode": [
  375.             {
  376.                 "mode": "Home Armed",
  377.                 "tip": "Will NOT alarm Stay and Chime types zones"
  378.             },
  379.             {
  380.                 "mode": "Away Armed",
  381.                 "tip": "Will alarm all type zones"
  382.             },
  383.             {
  384.                 "mode": "Disarmed",
  385.                 "tip": "Will only alarm Emergency type zones"
  386.             }
  387.         ],
  388.         "network_feature_code": [
  389.             {
  390.                 "code": "100",
  391.                 "group": "Medical Treatment"
  392.             },
  393.             {
  394.                 "code": "110",
  395.                 "group": "Fire"
  396.             },
  397.             {
  398.                 "code": "121",
  399.                 "group": "Robbery"
  400.             },
  401.             {
  402.                 "code": "122",
  403.                 "group": "Silence Rob"
  404.             },
  405.             {
  406.                 "code": "130",
  407.                 "group": "Burglar"
  408.             },
  409.             {
  410.                 "code": "131",
  411.                 "group": "Surrounding"
  412.             },
  413.             {
  414.                 "code": "151",
  415.                 "group": "Gas"
  416.             }
  417.         ],
  418.         "remote_control": [
  419.             {
  420.                 "key": 1,
  421.                 "action": "Arming"
  422.             },
  423.             {
  424.                 "key": 2,
  425.                 "action": "Disarming"
  426.             },
  427.             {
  428.                 "key": 3,
  429.                 "action": "Monitoring On"
  430.             },
  431.             {
  432.                 "key": 4,
  433.                 "action": "Monitoring Off"
  434.             },
  435.             {
  436.                 "key": 5,
  437.                 "action": "Speaker On"
  438.             },
  439.             {
  440.                 "key": 6,
  441.                 "action": "Speaker Off"
  442.             },
  443.             {
  444.                 "key": 7,
  445.                 "action": "Siren On"
  446.             },
  447.             {
  448.                 "key": 8,
  449.                 "action": "Siren Off"
  450.             },
  451.             {
  452.                 "key": 9,
  453.                 "action": "Ganged Socket On"
  454.             },
  455.             {
  456.                 "key": 0,
  457.                 "action": "Ganged Socket Off"
  458.             },
  459.             {
  460.                 "key": "*",
  461.                 "action": "Exit and hang up. The system would not dial next phone number"
  462.             }
  463.         ]
  464.     }
  465. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement