Skip to content

Commit

Permalink
Added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kaestle committed Apr 4, 2020
1 parent 5575aa6 commit 5751aeb
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package org.openhab.binding.boschshc.internal;

import com.google.gson.annotations.SerializedName;

public class PowerMeterState {

@SerializedName("@type")
String type;

double energyConsumption;
double powerConsumption;
}

0 comments on commit 5751aeb

Please sign in to comment.