User Manual
Your TrustWorthy Industrial IoT Partner
www.pusr.com
105
all the changes that you have made. All configurations take effect after a system reboot.
Fig. 150
Report on change
Fig. 151
Interval and timer report
9.4.3. Payload-Json template
A JSON object contains zero, one, or more key-value pairs, also called properties. The object is surrounded by curly braces {}. Every
key-value pair is separated by a comma. The order of the key-value pair is irrelevant.
A JSON array contains zero, one, or more ordered elements, separated by a comma. The JSON array is surrounded by square
brackets [ ].
A key-value pair consists of a key and a value, separated by a colon (:). The key is a string, which identifies the key-value pair. The
value can be any of the following data types: string(surrounded by quotation marks (" ")),number,float,array(JSON array),object(JSON
object (can be nested)),boolean(true or false),empty.