Skip to content

Commit

Permalink
Optional fix for WallConnector
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma93 committed Nov 23, 2023
1 parent ed63343 commit 951019f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TeslaSwift/Model/EnergySiteInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ open class EnergySiteInfo: Codable {
open var backupReservePercent: Double?
open var defaultRealMode: String?
open var installationDate: Date
open var version: String
open var version: String?
open var batteryCount: Int?
open var nameplatePower: Double?
open var nameplateEnergy: Double?
Expand Down

0 comments on commit 951019f

Please sign in to comment.