播放盒-EN
    播放盒-EN
    • API access guide
    • Common Error Codes
    • FAQ
    • User-related
      • Log in to devices
        POST
      • Log out of the device
        DELETE
      • Change user information
        PUT
    • System control-related
      • Screenshot
        GET
      • Restart the device immediately
        POST
      • Obtain device restart schedules
        GET
      • Schedule device restarts
        POST
      • Set time
        POST
      • Install apps
        PUT
      • Obtain time
        GET
      • Factory reset
        PUT
      • Obtain terminal information
        GET
      • Obtain volume
        GET
      • Set volume
        POST
      • Upgrade the device
        PUT
      • Check local upgrade status
        GET
    • Screen control-related
      • Receiving card-related
        • Obtain receiving card connection information
        • Obtain receiving card monitoring information
        • Obtain basic information of the receiving card
        • Configure the screen via receiving card configuration (send .rcfgx file)
        • Configure the screen via receiving card configuration (send .scr file)
        • Upgrade the receiving card
        • Obtain the receiving card upgrade progress
      • Send Card-related
        • Obtain the basic Information of the sending card
      • Obtain screen brightness
        GET
      • Set screen brightness
        POST
      • Obtain screen status
        GET
      • Set screen status
        POST
      • Obtain screen-on/off schedules
        GET
      • Set screen-on/off schedules
        POST
      • Set brightness adjustment schedules
        POST
      • Obtain brightness adjustment schedules
        GET
    • General capabilities
      • Upload files
      • Download files
    • Serial port control
      • Activate RS-485 serial communication
      • Check RS-485 serial port status
    • Board relays
      • Obtain relay information
      • Set relay information

    FAQ

    1. Connection error "Error: connect ECONNREFUSERD ip:port"
    (1) Check whether the player and the client are on the same LAN, whether you can ping the current player IP from the client, or ping the client IP from the player.
    (2) Check whether the port is consistent with the http port returned during device search.
    2. The response returns an error "{"code:1,"message":"request error"}”
    System exception. You can restart the device if it cannot be restored.
    3. The response returns an error "{"code:12,"message":"not find command with path = /v1/login"}"
    The current request interface is not implemented in the system.
    4.The response returns an error "{"code:39,"message":"login expired,please login again"}"
    The current login token has expired. You need to log in again to obtain a token.
    5.The current login token has expired. You need to log in again to obtain a token.
    (1)The current login token has expired. You need to log in again to obtain a token.
    Seconds Minutes Hours DayofMonth Month DayofWeek Year
    FieldAllowed ValuesAllowed Special Characters
    SecondsAn integer from 0 to 59Only numbers are currently supported.
    MinutesAn integer from 0 to 59Only numbers are currently supported.
    HoursAn integer from 0 to 23Only numbers are currently supported.
    DayofMonthAn integer from 1 to 31,- * ? / L W C 8 characters
    MonthAn integer from 1 to 12 or JAN-DEC, - * / 4 characters
    DayofWeekAn integer from 1 to 7 or SUN-SAT(SUN MON TUE WED THU FRI SAT )(1=SUN), - * ? / L C # 8 characters
    Year (Optional, blank)1970~2099, - * / 4 characters
    6.Device Search
    If devices are not within the same subnet, you can search for devices by specifying IP address. You need to add the desired IP addresses to the 'iplist' parameter in the device search method. Once the search interface is called, it will return the device information of the online devices corresponding to these IP addresses.
    For instance, if you add the IP address (192.168.1.101) to the 'iplist' parameter in the search device method, it will specifically search for and return the information of the online device at that IP address.
    Previous
    Common Error Codes
    Next
    Log in to devices
    Built with