Connector identification
Optional
queryObj: NetworkDeviceListQuerySearch query params
queryObj: {
page: 1,
filter: {},
amount: 20,
orderBy: "name,asc"
}
Create or edit param for the Device in network
Device ID
Configuration Data
Optional
paramID: stringParameter ID
Get information about the current network
Publish a message to the MQTT relay
Options for publishing the message
The device to publish to (optional)
Optional
message?: stringThe message to publish (optional)
Optional
qos?: numberQuality of Service level (optional)
Optional
retain?: booleanWhether to retain the message (optional)
The topic to publish to
A promise that resolves when the message is published
Retrieves a list with all devices tokens related to network and connector. Network require_devices_access param need to be true.