Constructor
new OnboardWithThingIDRequest(thingID, thingPassword, ownerIDopt, dataGroupingIntervalopt, layoutPositionopt)
Create a OnboardWithThingIDRequest.
Parameters:
Name |
Type |
Attributes |
Description |
thingID |
string
|
|
ID of the thing given by IoT Cloud. |
thingPassword |
string
|
|
Password of the thing. |
ownerID |
TypedID
|
<optional>
|
ID of the owner. UserID or GroupID. |
dataGroupingInterval |
string
|
<optional>
|
Internal used to group state history of thing. Only the values of DataGroupingInterval should be used. |
layoutPosition |
string
|
<optional>
|
Layout position of thing. Only the values of LayoutPosition should be used. |
Properties:
Name |
Type |
Description |
thingID |
string
|
ID of the thing given by IoT Cloud. |
thingPassword |
string
|
Password of the thing. |
owner |
string
|
ID of the owner. UserID or GroupID. |
dataGroupingInterval |
string
|
Internal used to group state history of thing. |
layoutPosition |
string
|
Layout position of thing. |