robopipe.io
SolutionShopAbout UsDocumentationSupport
  • Welcome
  • Getting started
    • Setup
    • Hello world
  • Examples
    • Capsule counting
  • API
    • REST API Reference
      • Cameras
      • Streams
      • Neural Network
      • Controller
      • Analog I/O
      • Digital I/O
      • Led
    • WebSocket API Reference
      • Video Stream
      • NN Inference
    • Configuration
  • Other
    • Supported devices
    • Generic Devices
    • Troubleshooting
  • Resources
    • Robopipe Reddit
    • Robopipe GitHub
    • Luxonis
    • Unipi
Powered by GitBook
On this page
Edit on GitHub
  1. API
  2. REST API Reference

Controller

PreviousNeural NetworkNextAnalog I/O

Last updated 4 months ago

List All Circuits

get
Responses
200
Successful Response
application/json
Responseany
get
GET /controller/ HTTP/1.1
Host: robopipe-1.local
Accept: */*
200

Successful Response

No content

List All Circuits Of Device Type

get
Path parameters
device_typestringRequiredPattern: di|ro|do|ai|ao|sensor|led|watchdog|modbus_slave|owpower|register|data_point|owbus|device_info
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
get
GET /controller/{device_type} HTTP/1.1
Host: robopipe-1.local
Accept: */*

No content

  • GETList All Circuits
  • GETList All Circuits Of Device Type