{
"bmc.dev.PowerControl": {
"properties": {
"PowerStatus": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "true"
},
"description": "带内系统的上下电状态(0下电 1上电)"
},
"PowerButtonLocked": {
"baseType": "U8",
"readOnly": false,
"options": {
"emitsChangedSignal": "false"
},
"description": "屏蔽电源按钮bit0 : 1表示屏蔽短按 bit1 : 1表示屏蔽长按"
},
"PowerButtonEvent": {
"baseType": "U8",
"readOnly": true,
"options": {
"emitsChangedSignal": "false"
},
"description": "按钮是否被按下(业务监听 0到1 表示一次按下)"
},
"PowerUnlock": {
"baseType": "U8",
"readOnly": false,
"options": {
"emitsChangedSignal": "false"
},
"description": "上电超时解锁"
}
},
"methods": {
"ShortPush": {
"req": {},
"rsp": {}
},
"LongPush": {
"req": {},
"rsp": {}
},
"ACCycle": {
"req": {},
"rsp": {}
}
}
}
}