summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opendc/opendc-core/src/main/kotlin/com/atlarge/opendc/core/power/Powerable.kt2
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>
}