Releases: user2684/imouapi
Releases · user2684/imouapi
v1.0.15
v1.0.14
Changed
- Added channelId in the payload when calling
async_api_setDeviceCameraStatus()
async_discover_devices()
now ignores with a warning unrecognized/unsupported devices instead of throwing an exception- Updated dependencies and upgraded to Python 3.11
Fixed
- Type errors
v1.0.13
Added
- Support for
getDevicePowerInfo
Imou API throughasync_api_getDevicePowerInfo()
and CLI commands
Changed
- Motion Detect sensor added regardless of the capabilities
v1.0.12
Fixed
- Dormant device logic
v1.0.11
Added
sleepable
,status
attributes andget_sleepable()
,get_status()
,async_refresh_status()
,async_wakeup()
functions toImouDevice
status
sensorget_api_client()
set_wait_after_wakeup()
,get_wait_after_wakeup()
,set_camera_wait_before_download()
,get_camera_wait_before_download()
toImouDevice
Changed
- Device is now marked online if either online or dormant
v1.0.10
Added
- Support for
setDeviceSnapEnhanced
,bindDeviceLive
,queryLiveStatus
,liveList
,unbindLive
Imou APIs through ``async_api_setDeviceSnapEnhanced(),
async_api_bindDeviceLive()`, `async_api_getLiveStreamInfo()`, `async_apiliveList()`, `async_api_unbindLive()` and CLI commands async_get_image()
andasync_get_stream_url()
toImouCamera
class and CLI commandsget_camera_image
andget_camera_stream
v1.0.9
Added
ImouCamera
class exposingasync_service_ptz_location()
andasync_service_ptz_move()
Changed
- Usage page of the documentation
v1.0.8
Added
- Support for
devicePTZInfo
,controlLocationPTZ
,controlMovePTZ
Imou APIs through ``async_api_devicePTZInfo(),
async_api_controlLocationPTZ()`, `async_api_controlMovePTZ()` and CLI commands
v1.0.7
Added
ImouSiren
class,get_siren()
andset_siren()
to cli
Removed
siren
switch, now implemented asImouSiren
v1.0.6
Added
- Attributes to
ImouEntity
class andget_attributes()
motionDetection
binary sensor andrefreshAlarm
button