UNPKG

wiegand-control

Version:

Communicate with wiegand door access controller.

17 lines (16 loc) 399 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var funcNames = { "0x20": "Status", "0x32": "GetDate", "0x40": "OpenDoor", "0x50": "SetAuth", "0x52": "RemoveAuth", "0x54": "ClearAuth", "0x5A": "GetAuth", "0x90": "SetServerIp", "0x92": "GetServerIp", "0x94": "Search", "0x96": "SetControllerIp" }; exports.default = funcNames;