Facility
Properties
| (string) description |
|---|
| The description property gets the description that has been defined in the facility configuration. |
| Examples |
| let facilityDescription= env.facility.description env.log(facilityDescription) |
| (object) devices |
|---|
| The devices property returns a devices object, see devices for more information |
| Examples |
| let devices= env.facility.devices env.log(devices) |
| (object) endpoints |
|---|
| The endpoints property returns an endpoints object, see endpoints for more information. |
| Examples |
| let endpoints= env.facility.endpoints env.log(endpoints) |
| (integer) facilityID |
|---|
| The facilityID property returns the unique identifier of the facility |
| Examples |
| let facilityID= env.facility.facilityID env.log(facilityID) |
Environment
The environment (env) object is the entry point to the context in which other objects exist that represent business entities in the platform such as the facility, devices and endpoints, allowing access to their methods and properties in action script development.
Devices
Properties and methods of the Devices collection object available for scripting in actions.