Skip to content

Commit 7226f3b

Browse files
committed
Merge branch 'release/1.7.3' into main
2 parents f0ff982 + c4da0dc commit 7226f3b

File tree

2 files changed

+14
-29
lines changed

2 files changed

+14
-29
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

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+
712
#### [1.7.2](https://github.com/rdkcentral/entservices-apis/compare/1.7.1...1.7.2)
813

14+
> 17 June 2025
15+
916
- 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)
1018
- Merge tag '1.7.1' into develop [`0daf44d`](https://github.com/rdkcentral/entservices-apis/commit/0daf44d69b99e0ef5848ef046008a591a1502b3a)
1119

1220
#### [1.7.1](https://github.com/rdkcentral/entservices-apis/compare/1.7.0...1.7.1)

apis/DeviceInfo/DeviceInfo.json

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -134,32 +134,6 @@
134134
"description": "Device type",
135135
"example": "IpStb"
136136
},
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-
},
163137
"yocto": {
164138
"type": "string",
165139
"enum": [
@@ -497,7 +471,8 @@
497471
"type": "object",
498472
"properties": {
499473
"sku": {
500-
"$ref": "#/definitions/sku"
474+
"type": "string",
475+
"example": "alphanumerical string"
501476
}
502477
},
503478
"required": [
@@ -518,7 +493,8 @@
518493
"type": "object",
519494
"properties": {
520495
"make": {
521-
"$ref": "#/definitions/make"
496+
"type": "string",
497+
"example": "alphanumerical string"
522498
}
523499
},
524500
"required": [
@@ -604,7 +580,8 @@
604580
"type": "object",
605581
"properties": {
606582
"socname": {
607-
"$ref": "#/definitions/socname"
583+
"type": "string",
584+
"example": "alphanumerical string"
608585
}
609586
},
610587
"required": [

0 commit comments

Comments
 (0)