Warning

This documentation is actively being updated as the project evolves and may not be complete in all areas.

Power driver

jumpstarter-driver-power provides functionality for interacting with power control devices.

Installation

pip install jumpstarter-driver-power

Configuration

Example configuration:

export:
  power:
    type: jumpstarter_driver_power.driver.MockPower
    config:
      # Add required config parameters here

API Reference

Add API documentation here.