The Crestron Fusion edge connector connects the Mapped Gateway on your network to your Fusion server to retrieve room availability information.
Potential use cases include:
This connector requires the following credentials. Customer success will work with edge customers to securely retrieve the credentials:
Credential | Description |
---|---|
NTLM Username & Password | The connector currently requires an NTLM system to access via username and password |
Connector Concept | Mapped Type |
---|---|
Room | Space, Occupancy_Zone (configurable) |
Media Bridge | Device |
Occupancy | Occupancy_Status |
For continuity with other connectors, the occupancy status point for this connector will register a 0 for unoccupied and 1 for occupied, even though the source data is a boolean.
Value | Definition |
---|---|
0 | False |
1 | True |
Request ResponseCopy1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
{ things(filter: {id: {eq: "THGDKmjZLK77pLgW9z0Y2y8NF"}}) { id name exactType points { id name exactType series(latest:true) { value { float64Value boolValue } timestamp ingestionTime } } serves { ... on Zone { id name exactType } } }