# 文档说明

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /ZidooControlCenter/getModel:
    get:
      summary: 文档说明
      deprecated: false
      description: |-
        # 📘 ZIDOO 控制协议说明文档

        - **版本号**：v1.0.1  
        - **编辑**：Bob  
        - **用途**：用于通过网络控制 ZIDOO 设备  
        - **控制协议**：HTTP  
        - **固定端口**：9529  
        - **基本地址**：`http://IP:9529`  

        例如：  
        设备信息接口：
        http://192.168.11.25:9529/ZidooControlCenter/getModel
      tags: []
      parameters: []
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                status: 200
                model: UHD8000
                disModel: UHD8000
                deviceName: UHD8000
                ip: 192.168.11.25
                net_mac: 80:0a:80:5d:5e:fe
                dType: 0
                duuid: 80:0a:80:5d:5e:fe
                firmware: v1.2.22
                ram: ' 8.0G'
                flash: ' 64.0G'
                androidversion: '11'
                wif_mac: 54:f2:9f:e9:d8:d6
                language: en
                ableRemoteBoot: true
                ableRemoteShutdown: true
                ableRemoteReboot: true
                ableRemoteSleep: false
                ableMusicService: true
                ableMusicTest: false
                hasDspSetting: false
                hasDrcSetting: false
                hasMultroom: false
                hasSouceInSetting: true
                hasEqSetting: true
                appcode: 7878
                isNewphone: true
                nationcode: '156'
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: ''
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/6727011/apis/api-319438933-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
