Imow-webapi

Latest version: v0.8.4

Safety actively analyzes 634607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.7.6

Dependency updates
- Update dependencies to latest

0.7.4

Bugfxes
- Allow handling of timestamps on mower intents (StartTime/Endtime)

0.7.3

Bugfxes
- Always return a MowerState on settings update

0.7.2

python
await mower.update_setting("gpsProtectionEnabled", True)

Features
- Possibility to update a specific settings for a mower like gpsProtection on/off

0.7.0

Breaking Changes
- `IMowApi.intent` Parameter `mower_action_id` is renamed to `mower_external_id` to match the upstream api expectation.
Features
- If an `api_request` is intended, and the used `access_token` expires in less than one day, it's automatically renewed.

0.6.0

- python
mower.machineError = 'M1120',
mower.machineState = 'HOOD_BLOCKED',
mower.stateMessage: dict = {
'short': 'Hood blocked',
'long': 'The hood is blocked. Please check the hood and press the OK button on your machine (M1120).',
'legacyMessage': 'Abschaltung Automatikmode durch Bumper',
'errorId': 'M1120',
'error': True
}


Breaking Changes
- Migrated all own MowerState attributes to camelCase to match the upstream attributes style.

- MowerState.stateMessage = None
- MowerState.machineError = None
- MowerState.machineState = None

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.