wiegand-control
Version:
Communicate with wiegand door access controller.
16 lines (14 loc) • 328 B
text/typescript
const funcNames: { [code: string]: string } = {
"0x20": "Status",
"0x32": "GetDate",
"0x40": "OpenDoor",
"0x50": "SetAuth",
"0x52": "RemoveAuth",
"0x54": "ClearAuth",
"0x5A": "GetAuth",
"0x90": "SetServerIp",
"0x92": "GetServerIp",
"0x94": "Search",
"0x96": "SetControllerIp"
};
export default funcNames;