1234567891011121314151617181920 |
- service:
- support_radio: false
- support_camera: true
- support_speaker: true
- support_led: false
- hikServer:
- addr: ":8850"
- path: "/event"
- radios:
- - port: "/dev/ttymxc4"
- name: "对向"
- branch: 1
- - port: "/dev/ttymxc6"
- name: "同向"
- branch: 0
- outputDevices:
- - name: "主路1输出设备"
- screen_ip: "192.168.1.200"
- screen_port: "5005"
- branch: 0
|