Skip to content

Commit 88c4992

Browse files
feat: create luminosity value object
1 parent 3de1ae3 commit 88c4992

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/kotlin/entities/environment/EnvironmentData.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,10 @@ object EnvironmentData {
2525
*/
2626
data class Temperature(val temperatureValue: Double)
2727

28+
/**
29+
* The luminosity of the room.
30+
* @param luminosityValue the luminosity value of the room.
31+
*/
32+
data class Luminosity(val luminosityValue: Double)
33+
2834
}

0 commit comments

Comments
 (0)