This commit is contained in:
parent
82a28e3eed
commit
038aa937e5
@ -112,6 +112,17 @@ channels:
|
|||||||
retain: true
|
retain: true
|
||||||
bindingVersion: 0.1.0
|
bindingVersion: 0.1.0
|
||||||
description: Sensor measurement
|
description: Sensor measurement
|
||||||
|
parameters:
|
||||||
|
deviceID:
|
||||||
|
description: ID of an IoT device
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uuid
|
||||||
|
sensorID:
|
||||||
|
description: ID of sensor on a device
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uuid
|
||||||
subscribe:
|
subscribe:
|
||||||
summary: Recieve sensor data
|
summary: Recieve sensor data
|
||||||
description: Measurement of a sensor on a particular device.
|
description: Measurement of a sensor on a particular device.
|
||||||
@ -131,6 +142,12 @@ channels:
|
|||||||
retain: true
|
retain: true
|
||||||
bindingVersion: 0.1.0
|
bindingVersion: 0.1.0
|
||||||
description: Command messages sent by the cloud
|
description: Command messages sent by the cloud
|
||||||
|
parameters:
|
||||||
|
deviceID:
|
||||||
|
description: ID of an IoT device
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uuid
|
||||||
subscribe:
|
subscribe:
|
||||||
summary: Recieve control messages of device
|
summary: Recieve control messages of device
|
||||||
description: Shutdown and powerof messages sent by cloud to a particular device
|
description: Shutdown and powerof messages sent by cloud to a particular device
|
||||||
@ -150,6 +167,17 @@ channels:
|
|||||||
retain: true
|
retain: true
|
||||||
bindingVersion: 0.1.0
|
bindingVersion: 0.1.0
|
||||||
description: Command messages sent by the cloud
|
description: Command messages sent by the cloud
|
||||||
|
parameters:
|
||||||
|
deviceID:
|
||||||
|
description: ID of an IoT device
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uuid
|
||||||
|
sensorID:
|
||||||
|
description: ID of sensor on a device
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uuid
|
||||||
subscribe:
|
subscribe:
|
||||||
summary: Recieve control messages of sensor
|
summary: Recieve control messages of sensor
|
||||||
description: Shutdown and powerof messages sent by cloud to a sensor
|
description: Shutdown and powerof messages sent by cloud to a sensor
|
||||||
@ -169,6 +197,12 @@ channels:
|
|||||||
retain: true
|
retain: true
|
||||||
bindingVersion: 0.1.0
|
bindingVersion: 0.1.0
|
||||||
description: Status messages of a device
|
description: Status messages of a device
|
||||||
|
parameters:
|
||||||
|
deviceID:
|
||||||
|
description: ID of an IoT device
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uuid
|
||||||
subscribe:
|
subscribe:
|
||||||
summary: Recieve device status messages of device
|
summary: Recieve device status messages of device
|
||||||
description: Operation faliure or device status information
|
description: Operation faliure or device status information
|
||||||
@ -188,6 +222,17 @@ channels:
|
|||||||
retain: true
|
retain: true
|
||||||
bindingVersion: 0.1.0
|
bindingVersion: 0.1.0
|
||||||
description: Status messages of a device
|
description: Status messages of a device
|
||||||
|
parameters:
|
||||||
|
deviceID:
|
||||||
|
description: ID of an IoT device
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uuid
|
||||||
|
sensorID:
|
||||||
|
description: ID of sensor on a device
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
format: uuid
|
||||||
subscribe:
|
subscribe:
|
||||||
summary: Recieve device status messages of sensor
|
summary: Recieve device status messages of sensor
|
||||||
description: Operation faliure or sensor status information
|
description: Operation faliure or sensor status information
|
||||||
|
Loading…
Reference in New Issue
Block a user