File tree Expand file tree Collapse file tree 2 files changed +14
-29
lines changed Expand file tree Collapse file tree 2 files changed +14
-29
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
+ #### [ 1.7.3] ( https://github.com/rdkcentral/entservices-apis/compare/1.7.2...1.7.3 )
8
+
9
+ - RDKEMW-5139: RDKEMW-5139: [ RDKM-VA-Devices] EntServices : DeviceInfo.modelid, DeviceInfo.make and DeviceInfo.socname APIs return ERROR_GENERAL response. [ ` #277 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/277 )
10
+ - Merge tag '1.7.2' into develop [ ` 17895d0 ` ] ( https://github.com/rdkcentral/entservices-apis/commit/17895d0c89434f22c074df40a14fd0d276d8ab33 )
11
+
7
12
#### [ 1.7.2] ( https://github.com/rdkcentral/entservices-apis/compare/1.7.1...1.7.2 )
8
13
14
+ > 17 June 2025
15
+
9
16
- RDKEMW-2565 Add deviceIdentification plugin details into deviceinfo [ ` #281 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/281 )
17
+ - RDKEMW-2565 - Changelog updates for 1.7.2 [ ` c7048e9 ` ] ( https://github.com/rdkcentral/entservices-apis/commit/c7048e970f0ed082822550d99139b353f9907a24 )
10
18
- Merge tag '1.7.1' into develop [ ` 0daf44d ` ] ( https://github.com/rdkcentral/entservices-apis/commit/0daf44d69b99e0ef5848ef046008a591a1502b3a )
11
19
12
20
#### [ 1.7.1] ( https://github.com/rdkcentral/entservices-apis/compare/1.7.0...1.7.1 )
Original file line number Diff line number Diff line change 134
134
"description" : " Device type" ,
135
135
"example" : " IpStb"
136
136
},
137
- "make" : {
138
- "type" : " string" ,
139
- "enum" : [
140
- " manufacturer1" ,
141
- " RaspberryPi4"
142
- ],
143
- "description" : " Device manufacturer" ,
144
- "example" : " alphanumerical string"
145
- },
146
- "sku" : {
147
- "type" : " string" ,
148
- "enum" : [
149
- " SKU1" ,
150
- " RPI4"
151
- ],
152
- "description" : " Device model number or SKU" ,
153
- "example" : " alphanumerical string"
154
- },
155
- "socname" : {
156
- "type" : " string" ,
157
- "enum" : [
158
- " SOC1"
159
- ],
160
- "description" : " SOC Name" ,
161
- "example" : " alphanumerical string"
162
- },
163
137
"yocto" : {
164
138
"type" : " string" ,
165
139
"enum" : [
497
471
"type" : " object" ,
498
472
"properties" : {
499
473
"sku" : {
500
- "$ref" : " #/definitions/sku"
474
+ "type" : " string" ,
475
+ "example" : " alphanumerical string"
501
476
}
502
477
},
503
478
"required" : [
518
493
"type" : " object" ,
519
494
"properties" : {
520
495
"make" : {
521
- "$ref" : " #/definitions/make"
496
+ "type" : " string" ,
497
+ "example" : " alphanumerical string"
522
498
}
523
499
},
524
500
"required" : [
604
580
"type" : " object" ,
605
581
"properties" : {
606
582
"socname" : {
607
- "$ref" : " #/definitions/socname"
583
+ "type" : " string" ,
584
+ "example" : " alphanumerical string"
608
585
}
609
586
},
610
587
"required" : [
You can’t perform that action at this time.
0 commit comments