CloudOS Integrator Guide
  • Welcome!
  • SyncPro for Crestron
    • EDGE PRO
      • Change Log
    • SyncPro's Crestron Modules
      • Overview
      • Modules
        • 3-Series Control System
        • Touch Screen
        • Occupancy Sensor (GLS-ODT-C-CN)
        • Generic Device
        • Generic Display
        • Generic VC/TC System
      • Change Log
      • Auto Update and Manifest Files
      • Coming Soon
        • DMLite
        • AirMedia 200/300
        • DM-NVX
          • DM-NVX-35x
        • Space Module
        • UC-Engine
  • Custom Devices
    • Custom Devices
  • Tips and Tricks
    • Import Device Logic
    • Manually Get/Set Configuration
  • Integrators API
    • Overview
    • API Reference
    • Common Telemetry
Powered by GitBook
On this page

Was this helpful?

  1. Integrators API

Common Telemetry

Common telemetry is a list of telemetry messages, recognized by the server.

Only telemetry keys from the list below is allowed in the common section of the Send Telemetry API call.

Use the "SyncPro Telemetry Message Format module" to easily format telemetry messages.

Key Name

Type

Comments

status

string (enum)

online/offline/error

power_status

string (enum)

on/off/standby

in_call

bool

true/false

presenting

bool

true/false

Key Name

Type

Comments

occupied

bool

true/false

Note: All key-value pairs must be part of the "common" object

Note: status must be send with every telemetry message

Note: occupied, in_call and presentation_status ares summed and will be displayed in the main dashboard

PreviousAPI Reference

Last updated 5 years ago

Was this helpful?