Retrieve Sensor Data Source

555

# Retrieve Sensor Data Source

Path:

/api/sensor_source.json

Method: GET

Content-type: application/json; charset=utf-8

API Description: This can be used to retrieve the sensor data source. The data source can be sensor directly connected to player, M2 sensor, multi-function card, or photoresistor.

Response

Name Type Example Description
autoBrightness int 0 No practical meaning. Not needed.
monitor int 0 No practical meaning. Not needed.
display int 0 The sensor source. 0: Sensor directly connected to player; 1: Multi-function card; 2: M2; 3: Photoresistor.

Example

{
    "autoBrightness":0,
    "monitor":0,
    "display":0
}