JSON message about the information of zones, relays, or sirens to be added to the access module
{ "accessModuleType": "localTransmitter", /*required, string, access module type: "localTransmitter", "multiTransmitter", "localZone", "localRelay", "localSiren", "keypad"*/ "accessModuleID": 1, /*optional, int, access module ID, this node is valid when accessModuleType is "multiTransmitter" or "keypad"*/ "type": "zone", /*required, string, type: "zone", "relay", "siren"*/ "zoneChannelID": 1, /*optional, int, zone channel ID, this node is valid when type is "zone"*/ "relayChannelID": 1 /*optional, int, relay channel ID, this node is valid when type is "relay", range:[1,2]*/ }