You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
779 B

<?php
return [
'labels' => [
'RecordEquipResourceWrite' => '缓存命令-写设备资源/Write',
'record-equip-resource-write' => '缓存命令-写设备资源/Write',
],
'fields' => [
'imei' => 'nbiot设备的身份码',
'obj_id' => '设备的object id , 对应到平台模型中为数据流id,必填',
'obj_inst_id' => 'nbiot设备object下具体一个instance的id ,对应到平台模型中数据点key值的一部分,必填',
'mode' => 'write的写模式,只能是1或者2',
'expired_time' => '命令过期时间戳,必填且大于valid_time',
'trigger_msg' => '命令触发的上行消息类型,填写时必须在[1,7]之间;不填写默认为7',
],
'options' => [
],
];