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) |