parent
947deb45af
commit
77f39ef78c
|
@ -16,11 +16,14 @@ The chid is made up of four values:
|
||||||
* manufacturer
|
* manufacturer
|
||||||
* model
|
* model
|
||||||
* serial_number
|
* serial_number
|
||||||
|
|
||||||
type represents the device type according to the devicehub.
|
type represents the device type according to the devicehub.
|
||||||
|
|
||||||
These values are always represented in lowercase.
|
These values are always represented in lowercase.
|
||||||
These values have to be ordered and concatenated with the character "-"
|
These values have to be ordered and concatenated with the character "-"
|
||||||
|
|
||||||
So:
|
So:
|
||||||
|
|
||||||
{type}-{manufacturer}-{model}-{serial_number}
|
{type}-{manufacturer}-{model}-{serial_number}
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
Reference in New Issue