Adds the hasPKC bool to device metadata capabilities

This commit is contained in:
Jonathan Bennett 2024-09-17 17:30:02 -05:00 committed by GitHub
parent 1e212f1135
commit cc2f12bc7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1828,6 +1828,11 @@ message DeviceMetadata {
* Has Remote Hardware enabled
*/
bool hasRemoteHardware = 10;
/*
* Has PKC capabilities
*/
bool hasPKC = 11;
}
/*