mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-29 00:22:44 +01:00
quick fix on dto objects
Signed-off-by: Laurent ARNAL <laurent@clae.net>
This commit is contained in:
parent
4e34da2e36
commit
cd53876b0b
@ -26,7 +26,7 @@ public class AddressInfo {
|
||||
public String street;
|
||||
public String locality;
|
||||
|
||||
@SerializedName("postalCode")
|
||||
@SerializedName("postal_code")
|
||||
public String postalCode;
|
||||
|
||||
@SerializedName("insee_code")
|
||||
|
@ -40,6 +40,9 @@ public class Contracts {
|
||||
@SerializedName("contract_status")
|
||||
public String contractStatus;
|
||||
|
||||
@SerializedName("contract_type")
|
||||
public String contractType;
|
||||
|
||||
@SerializedName("last_distribution_tariff_change_date")
|
||||
public String lastDistributionTariffChangeDate;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user