fake

Configure a fake power sensor to test implementing a power sensor component on your machine without any physical hardware:

{
  "name": "<your-sensor-name>",
  "model": "fake",
  "api": "rdk:component:power_sensor",
  "attributes": {}
}

No attributes are available for fake power sensors.

Test the power sensor

After you configure your power sensor, open the power sensor’s TEST panel on the CONFIGURE or CONTROL tabs. The panel contains readings for your voltage, current, and power.

An instance of the power sensor component's test panel with voltage, current, and power readings.