Skip to content

Commit

Permalink
feat: create luminosity value object
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora committed Feb 15, 2023
1 parent 3de1ae3 commit 88c4992
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/kotlin/entities/environment/EnvironmentData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ object EnvironmentData {
*/
data class Temperature(val temperatureValue: Double)

/**
* The luminosity of the room.
* @param luminosityValue the luminosity value of the room.
*/
data class Luminosity(val luminosityValue: Double)

}

0 comments on commit 88c4992

Please # to comment.