diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-03-11 09:51:44 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-03-11 09:51:44 +0100 |
| commit | 62160b0e84fb56bf6adc2b18f5df73afb378e749 (patch) | |
| tree | da0808ee2d512026905ae5e63edab4ee09e49b01 | |
| parent | 2b71e8639a03d07b1c79a46628f72b1f49d021bb (diff) | |
docs: Clarify unit of power draw
| -rw-r--r-- | opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/power/Powerable.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/power/Powerable.kt b/opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/power/Powerable.kt index 203bf520..4473a571 100644 --- a/opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/power/Powerable.kt +++ b/opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/power/Powerable.kt @@ -31,7 +31,7 @@ import kotlinx.coroutines.flow.Flow */ public interface Powerable { /** - * The power draw of the device. + * The power draw at the device's power supply in watts (W).w */ val powerDraw: Flow<Double> } |
