python-chargepoint 2.0.1__tar.gz → 2.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-chargepoint
3
- Version: 2.0.1
3
+ Version: 2.1.0
4
4
  Summary: A simple, Pythonic wrapper for the ChargePoint API.
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "python-chargepoint"
3
- version = "2.0.1"
3
+ version = "2.1.0"
4
4
  description = "A simple, Pythonic wrapper for the ChargePoint API."
5
5
  authors = ["Marc Billow <mbillow@users.noreply.github.compoetry>"]
6
6
  license = "MIT"
@@ -384,6 +384,8 @@ class StationInfo(_CamelModel):
384
384
  parking_accessibility: str = ""
385
385
  stop_charge_supported: bool = False
386
386
  remote_start_charge: bool = False
387
+ shared_power: bool = False
388
+ reduced_power: bool = False
387
389
  station_price: Optional[StationPrice] = None
388
390
  device_software_version: str = ""
389
391
  last_charged_date: Optional[str] = None