DeviceTypesId
Table of Contents
- bulkRestart() : AsyncResponse<DeviceTypesIdBulkRestartResponse, ActionJob>
- Restart the devices of a device type with a asynchronous job.
- callbacks() : DeviceTypesIdCallbacks
- callbacksNotDelivered() : PaginateResponse<ErrorMessages, DeviceTypesIdCallbacksNotDeliveredResponse>
- Retrieve a list of undelivered callback messages for a given device types. SNR will be deprecated (see [Newsletter](https://backend.sigfox.com/welcome/news) for details). To monitor radio link quality, please use the [Link Quality Indicator (LQI)](https://support.sigfox.com/docs/link-quality:-general-knowledge) which is more relevant than SNR in Sigfox network.
- delete() : void
- Delete a given device type.
- disengage() : void
- Disable the sequence number check for the next message of each device of a device type.
- get() : DeviceType
- Retrieve information about a device type.
- messages() : PaginateResponse<DeviceMessage, DeviceTypesIdMessagesResponse>
- Retrieve a list of messages for a given device types. SNR will be deprecated (see [Newsletter](https://backend.sigfox.com/welcome/news) for details). To monitor radio link quality, please use the [Link Quality Indicator (LQI)](https://support.sigfox.com/docs/link-quality:-general-knowledge) which is more relevant than SNR in Sigfox network.
- update() : void
- Update a given device type.
Methods
bulkRestart()
Restart the devices of a device type with a asynchronous job.
public
bulkRestart() : AsyncResponse<DeviceTypesIdBulkRestartResponse, ActionJob>
Tags
Return values
AsyncResponse<DeviceTypesIdBulkRestartResponse, ActionJob> —callbacks()
public
callbacks() : DeviceTypesIdCallbacks
Return values
DeviceTypesIdCallbacks —callbacksNotDelivered()
Retrieve a list of undelivered callback messages for a given device types. SNR will be deprecated (see [Newsletter](https://backend.sigfox.com/welcome/news) for details). To monitor radio link quality, please use the [Link Quality Indicator (LQI)](https://support.sigfox.com/docs/link-quality:-general-knowledge) which is more relevant than SNR in Sigfox network.
public
callbacksNotDelivered([DeviceTypesIdCallbacksNotDelivered|array<string|int, mixed>|null $request = null ]) : PaginateResponse<ErrorMessages, DeviceTypesIdCallbacksNotDeliveredResponse>
Parameters
- $request : DeviceTypesIdCallbacksNotDelivered|array<string|int, mixed>|null = null
-
The query and body parameters to pass
Tags
Return values
PaginateResponse<ErrorMessages, DeviceTypesIdCallbacksNotDeliveredResponse> —First generic parameter is the item type and the second type is the original response type.
delete()
Delete a given device type.
public
delete() : void
Tags
Return values
void —disengage()
Disable the sequence number check for the next message of each device of a device type.
public
disengage() : void
Tags
Return values
void —get()
Retrieve information about a device type.
public
get([DeviceTypesIdGet|array<string|int, mixed>|null $request = null ]) : DeviceType
Parameters
- $request : DeviceTypesIdGet|array<string|int, mixed>|null = null
-
The query and body parameters to pass
Tags
Return values
DeviceType —messages()
Retrieve a list of messages for a given device types. SNR will be deprecated (see [Newsletter](https://backend.sigfox.com/welcome/news) for details). To monitor radio link quality, please use the [Link Quality Indicator (LQI)](https://support.sigfox.com/docs/link-quality:-general-knowledge) which is more relevant than SNR in Sigfox network.
public
messages([DeviceTypesIdMessages|array<string|int, mixed>|null $request = null ]) : PaginateResponse<DeviceMessage, DeviceTypesIdMessagesResponse>
Parameters
- $request : DeviceTypesIdMessages|array<string|int, mixed>|null = null
-
The query and body parameters to pass
Tags
Return values
PaginateResponse<DeviceMessage, DeviceTypesIdMessagesResponse> —First generic parameter is the item type and the second type is the original response type.
update()
Update a given device type.
public
update(DeviceTypeUpdate|array<string|int, mixed>|null $deviceType) : void
Parameters
- $deviceType : DeviceTypeUpdate|array<string|int, mixed>|null
-
The device type to update