DeviceTypesIdCallbacks
Table of Contents
- create() : string
- Create a new callback for a given device type. 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.
- find() : DeviceTypesIdCallbacksCallbackId
- Find by callbackId
- list() : array<string|int, callable>
- Retrieve a list of callbacks for a given device type according to visibility permissions and request filters.
Methods
create()
Create a new callback for a given device type. 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
create(CreateCallback|array<string|int, mixed>|null $callback) : string
Parameters
- $callback : CreateCallback|array<string|int, mixed>|null
Tags
Return values
string —The callback's identifier
find()
Find by callbackId
public
find(string $callbackId) : DeviceTypesIdCallbacksCallbackId
Parameters
- $callbackId : string
-
The Callback identifier
Return values
DeviceTypesIdCallbacksCallbackId —list()
Retrieve a list of callbacks for a given device type according to visibility permissions and request filters.
public
list() : array<string|int, callable>