We use cookies and similar technologies to process personal information for the operation of our website, statistical analysis, and providing targeted advertising. We share information about your use of the site with our advertising partners who may further share it with additional parties. You may opt out of performance cookies here, and learn more about how we use cookies here” 
  • Topics

X-Sign OpenAPI

X-sign 2.0 / X-Sign OpenAPI / Documentation / Models

Model-mda/schedule/screen

2021 / 04 / 24

column

schema

descript

column

*equipment_id

schema

Type: integer

descript

equipment_id (device id)

column

 

*enabled

schema

 

Type: integer|In:0,1

descript

enable mdaScreen schedule setting

0: disabled
1: enabled

column

*start_time

schema

Type: string|Format: hh:mm

descript

start screen on

column

*end_time

schema

Type: string|Format: hh:mm

descript

screen off

column

 

*auto_reboot

schema

 

Type: integer|In:0,1

descript

reboot before screen on

0: disabled
1: enabled

column

*created_at

schema

Type: timestamp

descript

0000-00-00 00:00:00 (UTC)

column

*updated_at

schema

Type: timestamp

descript

0000-00-00 00:00:00 (UTC)

{
    "equipment_id":3,
    "enabled":1,
    "start_time":"05:00",
    "end_time":"15:00",
    "auto_reboot":1,
    "created_at": "2019-11-29 10:10:10",
    "updated_at": "2019-11-29 10:10:10"
}