From b8c26a6ec58f07a99919a9ee4cfcf6fe46dd7f60 Mon Sep 17 00:00:00 2001 From: Erik van Velzen Date: Fri, 17 Jan 2025 11:40:24 +0100 Subject: [PATCH] Update Fudura Client with Waspik knowledge --- fudura-client/src/main/kotlin/GetChannelMetadataResult.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fudura-client/src/main/kotlin/GetChannelMetadataResult.kt b/fudura-client/src/main/kotlin/GetChannelMetadataResult.kt index 5b8291a7..b82bce9d 100644 --- a/fudura-client/src/main/kotlin/GetChannelMetadataResult.kt +++ b/fudura-client/src/main/kotlin/GetChannelMetadataResult.kt @@ -9,6 +9,7 @@ data class GetChannelMetadataResult( val channelType: ChannelType, val channelDataType: ChannelDataType, val productType: ProductType, + // for cumulative gas values, this will contain the word "standen" val description: String, val longDescription: String, // "00:15:00" for quarter-hourly data. @@ -25,6 +26,7 @@ data class GetChannelMetadataResult( enum class ChannelType { Profiel, Register, // Used for maandmaximum, maandtotaal + Onbekend, } enum class ChannelDataType { @@ -39,13 +41,14 @@ enum class UnitOfMeasurement { kVarh, kVAr, m3, + K, // Hoogcalorisch gas? Onbekend, } enum class Direction { Consumption, Production, - Unknown, + Unknown, // is often Consumption - Production } enum class ProductType {