Equipment can be everything from machines to doors, check-in terminals or meeting rooms. Each equipment belongs to a space and an account.
They are called resources in the API for historical reasons. So whenever you see a resource attribute (eg. on a booking or in the access log) it means "equpiment".
The fields description and notes allow rich text content.
https://fabman.io/api/v1/documentation#/resources and https://fabman.io/api/v1/documentation#/resource-types
- List equipment will return a list of all equipment the current user has access to.
- Add equipment lets you add equipment to a space.
- Get equipment returns an equipment with the given ID.
- Update equipment allows you to change the settings of equipment.
- Bridge configuration lets you
- pair a bridge by submitting the pairing code that's shown on the bridge display
- create a bridge API key for this equipment to authenticate against the bridge API.
- change the expected heartbeat interval for bridges.
- Get information about an equipment's bridge with the given equipment ID – like whether it is currently in use, idle or offline.
- Remove a bridge from the equipment with the given ID.