Difference between revisions of "Observations production and consumption"
From AMTech WikiDocs
(→The M2MBridge produces 3 observations about its life-cycle, if those observations have been configured at the observation production configuration) |
|||
Line 1: | Line 1: | ||
− | =The M2MBridge produces 3 | + | =The M2MBridge produces 3 observation type about its life-cycle, if those observations have been configured at the observation production configuration= |
# '''m2mBridgeStarted''' when load process has finished | # '''m2mBridgeStarted''' when load process has finished | ||
# '''m2mBridgeStopped''' when unload process has finished | # '''m2mBridgeStopped''' when unload process has finished | ||
Line 5: | Line 5: | ||
# Observation types produce by plugins (depending of the implementation) | # Observation types produce by plugins (depending of the implementation) | ||
− | =The M2MBridge consumes 2 | + | =The M2MBridge consumes 2 observation types, if those observation have been configured at the observation production configuration= |
# '''observationresourcecrud''' when a property of things instance related with the M2MBridge changes | # '''observationresourcecrud''' when a property of things instance related with the M2MBridge changes | ||
# Observation types implemented for a plugin as commands, the M2MBridge validates that it has a valid [[Sensor%27s_network#targetthings|targetthings]] (the instance type that will process the command) | # Observation types implemented for a plugin as commands, the M2MBridge validates that it has a valid [[Sensor%27s_network#targetthings|targetthings]] (the instance type that will process the command) | ||
*The validation [[Activities#Observation_production_configuration|observation production configuration]] logic validates that only one topic has been set for Asynchronous operations [[Sensor%27s_network#CRUD_observation|observationresourcecrud]] and commands | *The validation [[Activities#Observation_production_configuration|observation production configuration]] logic validates that only one topic has been set for Asynchronous operations [[Sensor%27s_network#CRUD_observation|observationresourcecrud]] and commands |
Revision as of 13:59, 20 June 2016
The M2MBridge produces 3 observation type about its life-cycle, if those observations have been configured at the observation production configuration
- m2mBridgeStarted when load process has finished
- m2mBridgeStopped when unload process has finished
- m2mBridgeError if an error occurred at the M2MBridge logic
- Observation types produce by plugins (depending of the implementation)
The M2MBridge consumes 2 observation types, if those observation have been configured at the observation production configuration
- observationresourcecrud when a property of things instance related with the M2MBridge changes
- Observation types implemented for a plugin as commands, the M2MBridge validates that it has a valid targetthings (the instance type that will process the command)
- The validation observation production configuration logic validates that only one topic has been set for Asynchronous operations observationresourcecrud and commands