Versions Compared

Key

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

...

An attribute called "ts_syst_cycle" is added to allow the configuration of a status point as cyclic (in seconds).

Example :

Code Block
languagejs
 {
	"label" :"GAMBS_0_TS-SYST_ACCES",
	"pivot_id" :"xxx",
	"pivot_type" :"SpsTyp",
	"pivot_subtypes" : ["acces"],
	"ts_syst_cycle" :30
	"protocols" :[
	   {
		  "name" :"hnzip",
		  "typeid":"yyy",
		  "address":"zzz"
	   }
	]
 }

...