Device Message
This is a base object that contains methods to send unstructured IoT information to be processed and collected by the platform.
constructor
Constructor
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
withDataStream(datastream)
Set the datastream attribute
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| datastream | Datastream |
❌ | required field |
Retorna
Tip
Tipo: deviceMessages
withDataStreamVersion(version)
Set the dataStream version attribute
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| version | string |
❌ | required field |
Retorna
Tip
Tipo: deviceMessages
withDeviceId(deviceId)
Set the deviceId attribute
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| deviceId | string |
❌ | optional field |
Retorna
Tip
Tipo: deviceMessages
withDmmVersion(version)
Set the version attribute
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| version | string |
❌ | required field |
Retorna
Tip
Tipo: deviceMessages
withId(id)
Set the id attribute
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| id | string |
❌ | required field |
Retorna
Tip
Tipo: deviceMessages