Skip to content

Commit 3e6d0c1

Browse files
committed
Make root-level manufacturer_id optional
1 parent 2d80d57 commit 3e6d0c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ and this project adheres to
1111
## [0.36.0]
1212

1313
### Added
14-
* Added a required `"manufacturer_id"` property to the parameter message. It's a
15-
16-bit value having a minimum of 0 and a maximum of 65535 (0xFFFF).
14+
* Added an optional `"manufacturer_id"` property to the parameter message. It's
15+
a 16-bit value having a minimum of 0 and a maximum of 65535 (0xFFFF).
1616
* Added a note to the `"bit/properties/reserved"` description clarifying that
1717
absent bits are assumed to be reserved.
1818
* Added a "Notes on the examples" section to the README. There's currently one

rdm-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
}
7575
},
7676
"unevaluatedProperties": false,
77-
"required": [ "manufacturer_id", "pid", "version" ],
77+
"required": [ "pid", "version" ],
7878
"dependentRequired": {
7979
"get_request": [ "get_response" ],
8080
"get_response": [ "get_request" ],

0 commit comments

Comments
 (0)