Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since this information is configured as fugitivetransient, it is not necessary to reset the piloting it to 0. This implies that the Status Point plugin must be placed before the transient plugin in the sequence of south plugins.

...

Code Block
languagejs
 {
	"label" :"GAMBS_0_TS-SYST_ACCESPRT.INFA",
	"pivot_id" :"xxx",
	"pivot_type" :"SpsTyp",
	"pivot_subtypes" : ["prt.inf"],
	"protocols" :[
	   {
		  "name" :"hnzip",
		  "typeid":"yyy",
		  "address":"zzz"
	   }
	]
 }

...

Here the Notification Rule plugin is used to detect changes in readings of type "south_event" and send a notification when a Connection Loss Status Point should be created containing the type of event it represents ("connected / not connected" / "connection lost").

The Notification Delivery plugin is used to send Access Status Point Readings periodically based on the exchanged_data configuration and to send Connection Loss Status Point Readings when receiving a notification from the Notification Rule plugin.

Notification structure:

Code Block
languagejs
 {
	"asset": "prt.inf",
	"reason": "connected" // or "connection lost"
 }