🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/component/updateWiegandDoorReader \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"buzzerPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_OUTPUT"
},
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"d0Port": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_INPUT"
},
"d1Port": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_INPUT"
},
"disableCardReader": true,
"disableKeypad": true,
"gledPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_OUTPUT"
},
"name": "<string>",
"otherReaderUnlockAudioFeedbackEnabled": true,
"remoteUnlockAudioFeedbackEnabled": true,
"rledPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_OUTPUT"
},
"tamperPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_INPUT"
}
}
'{
"component": {
"baseType": "reader",
"buzzerPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_OUTPUT"
},
"createdAtMillis": 123,
"d0Port": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_INPUT"
},
"d1Port": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_INPUT"
},
"disableCardReader": true,
"disableKeypad": true,
"disableWaveToUnlock": true,
"gledPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_OUTPUT"
},
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"otherReaderUnlockAudioFeedbackEnabled": true,
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerHardwareType": "RASPBERRY_PI_3",
"portImmutable": true,
"readerType": "wiegand",
"remoteUnlockAudioFeedbackEnabled": true,
"rledPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_OUTPUT"
},
"tamperPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_INPUT"
},
"type": "RhombusOsdpDoorReader",
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}Update a third party Wiegand Reader component
curl --request POST \
--url https://api2.rhombussystems.com/api/component/updateWiegandDoorReader \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"buzzerPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_OUTPUT"
},
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"d0Port": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_INPUT"
},
"d1Port": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_INPUT"
},
"disableCardReader": true,
"disableKeypad": true,
"gledPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_OUTPUT"
},
"name": "<string>",
"otherReaderUnlockAudioFeedbackEnabled": true,
"remoteUnlockAudioFeedbackEnabled": true,
"rledPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_OUTPUT"
},
"tamperPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_INPUT"
}
}
'{
"component": {
"baseType": "reader",
"buzzerPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_OUTPUT"
},
"createdAtMillis": 123,
"d0Port": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_INPUT"
},
"d1Port": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_INPUT"
},
"disableCardReader": true,
"disableKeypad": true,
"disableWaveToUnlock": true,
"gledPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_OUTPUT"
},
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"otherReaderUnlockAudioFeedbackEnabled": true,
"ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"ownerHardwareType": "RASPBERRY_PI_3",
"portImmutable": true,
"readerType": "wiegand",
"remoteUnlockAudioFeedbackEnabled": true,
"rledPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_OUTPUT"
},
"tamperPort": {
"boardNum": 123,
"portNum": 123,
"portType": "WIEGAND_INPUT"
},
"type": "RhombusOsdpDoorReader",
"updatedAtMillis": 123,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Show child attributes
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
OK
Show child attributes
Was this page helpful?