From 2c872dc4307e7bb057df114a3292fff3a5779ff5 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 30 Oct 2022 08:13:07 -0500 Subject: [PATCH] Added a couple --- device_metadata.proto | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/device_metadata.proto b/device_metadata.proto index 95f94a2..5cbf6ce 100644 --- a/device_metadata.proto +++ b/device_metadata.proto @@ -26,7 +26,17 @@ message DeviceMetadata { bool canShutdown = 3; /* - * Indicates that the device has native wifi capabilities + * Indicates that the device has native wifi capability */ bool hasWifi = 4; + + /* + * Indicates that the device has native bluetooth capability + */ + bool hasBluetooth = 5; + + /* + * Indicates that the device has an ethernet peripheral + */ + bool hasEthernet = 5; } \ No newline at end of file