Skip to content

Commit

Permalink
Update Fudura Client with Waspik knowledge
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikvv committed Jan 17, 2025
1 parent b315c3a commit b8c26a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fudura-client/src/main/kotlin/GetChannelMetadataResult.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -25,6 +26,7 @@ data class GetChannelMetadataResult(
enum class ChannelType {
Profiel,
Register, // Used for maandmaximum, maandtotaal
Onbekend,
}

enum class ChannelDataType {
Expand All @@ -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 {
Expand Down

0 comments on commit b8c26a6

Please sign in to comment.