Comment on page
Power API
Please refer to your Cryptosat onboarding instructions for setup
get
http://0.0.0.0:8000
/turn_on
Turn on specific Crypto Engines of the Flatsat
Turn on Crypto Engines based on their indices.
Parameters
Query
ce*
string
Comma separated list of Crypto Engine indices to turn on. Examples: '0', '1,2,4', '3,2'
Responses
200: OK
Operation was successful
400: Bad Request
Invalid input
get
http://0.0.0.0:8000
/turn_off
Turn off specific Crypto Engines of the Flatsat
Turn off Crypto Engines based on their indices.
Parameters
Query
ce*
string
Comma separated list of Crypto Engine indices to turn off. Examples: '0', '1,2,4', '3,2'
Responses
200: OK
Operation was successful
400: Bad Request
Invalid input
get
http://0.0.0.0:8000
/status
Get the status of all Crypto Engines on the Flatsat
Retrieve the current status of all the Crypto Engines.
Parameters
No parameters
Responses
200: OK
Status retrieved successfully
At your disposal is a simple GUI dashboard for monitoring and controlling power supply

Last modified 2mo ago