proto: Delete an invalid type values 47/261047/2
authorWoochanlee <wc0917.lee@samsung.com>
Fri, 9 Jul 2021 04:49:08 +0000 (13:49 +0900)
committerwoochan lee <wc0917.lee@samsung.com>
Fri, 9 Jul 2021 07:58:35 +0000 (07:58 +0000)
attribute checks and returns only bool type.

Change-Id: Iadc2aec7f3647044dceee7641a25ef9564963403

protocol/aurum.proto

index 23f6f67..639bed7 100644 (file)
@@ -234,13 +234,7 @@ message ReqGetAttribute {
 }
 message RspGetAttribute {
    RspStatus status = 1;
-   ParamType type = 2;
-   oneof params {
-      string stringValue = 3;
-      int32 intValue = 4;
-      double doubleValue = 5;
-      bool boolValue = 6;
-   }
+   bool boolValue = 2;
 }
 
 // ------------------------------------ //