We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b40f7 commit b04ac8aCopy full SHA for b04ac8a
source/includes/data-formats/codecs.kt
@@ -38,8 +38,10 @@ class PowerStatusCodec : Codec<PowerStatus> {
38
data class Monolight(
39
var powerStatus: PowerStatus = PowerStatus.OFF,
40
var colorTemperature: Int? = null
41
-) { override fun toString():
42
- String = "Monolight { powerStatus: $powerStatus, colorTemperature: $colorTemperature }" }
+) {
+ override fun toString():
43
+ String = "Monolight { powerStatus: $powerStatus, colorTemperature: $colorTemperature }"
44
+}
45
// end-monolight-class
46
47
// start-monolight-codec
0 commit comments