disguise developers

Front Screen (OLED) API

  • POST oled/notification
  • POST oled/notification/time
  • POST notification

    Summary

    Create a notification that will display on the OLED

    URL

    POST    /api/oled/notification

    Request Body

    {
      "[Time Elapsed (post-boot)]": "ETH_MGMT Enumerated"
    }
    

    Responses

    Response Body

    {
      "priority": 0,
      "title": "Display Error",
      "message": "Could not configure output for GUI 0"
    }
    

    POST notification/time

    Summary

    Set the default time a notification appears on the OLED for

    URL

    POST    /api/oled/notification/time

    Request Body

    {
      "[Time Elapsed (post-boot)]": "ETH_MGMT Enumerated"
    }
    

    Responses

    Response Body

    {
      "priority": 0,
      "title": "Display Error",
      "message": "Could not configure output for GUI 0"
    }