Versions Compared

Key

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

...

Code Block
languagejavascript
function GetObjectName(objtype : String, id : String) : String

Method arguments:

  1. objtype - Required argument. The type of the object whose name is to be returned. It takes the following values:  Type – String, range – existing object types.
  2. id - Required argument. Identification number of the object of the type set in the objtype parameter. It takes the following values:   Type – String, range – existing object identification numbers of the specified type.

...

Problem. In case of alarm in any sensor, open the information window with the following text - : "Alarm in the <alarmed sensor name> sensor connected to the <server name which the sensor is connected to> server”.

...