rdkcentral / python_raft

RAFT is a Python based testing framework for writing engineering tests. It provides a modular, config driven, low level testing framework
Apache License 2.0
2 stars 0 forks source link

Add support for Digital Loggers power switch devices #64

Open TB-1993 opened 1 month ago

TB-1993 commented 1 month ago

Goal: Create a powerswitch module to support the Digital Loggers powerswitch device

https://www.digital-loggers.com/lpc.html The digital loggers power control can be controlled via a web REST api. Therefore, the python_raft framework should wrap this with a powerswitch module to interact with the power switch

Acceptance Criteria: