Update config.proto

This commit is contained in:
Garth Vander Houwen 2024-02-12 11:41:04 -08:00 committed by GitHub
parent 1205cf2390
commit fc6f4b5e5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,7 @@ message Config {
enum Role {
/*
* Description: App connected or stand alone messaging device.
* Technical Details: Default Role
*/
CLIENT = 0;
/*