Skip to content

Releases: pyalarmdotcom/pyalarmdotcomajax

v0.4.14

09 Mar 04:50
Compare
Choose a tag to compare
  1. Fixes issue in which library sometimes failed to refresh data for all devices. (pyalarmdotcom/alarmdotcom#187)

v0.4.13

01 Mar 21:29
18d5058
Compare
Choose a tag to compare
  1. Update two-factor login function to use new endpoint.
  2. Reduce unnecessary calls to API. When receiving 403 error, library will only attempt to log back in to Alarm.com after checking current login status. Library will also only check for device types that are confirmed to be installed in the user's system.

v0.4.12

14 Feb 21:58
c647b17
Compare
Choose a tag to compare
  1. Fixed issues with some arming modes not working. Partitions without night arming support will now not allow night arming to be used.
  2. Fixed bug with Alarm Control Panels throwing error about supported features attribute.
  3. Cleaned up identifiers for sensors in code tests.
  4. Added tests for systems with multiple partitions.

v0.4.11

14 Feb 16:15
46aef31
Compare
Choose a tag to compare

Fix for water sensor states showing as unknown.

v0.4.10

13 Feb 17:18
79bb7f1
Compare
Choose a tag to compare

Added support for water sensors.

v0.4.9

10 Jan 18:38
Compare
Choose a tag to compare
  1. Fixes issue with adc CLI displays garbled data.
  2. Fixes issues that prevent some arming modes from working.

v0.4.8

01 Jan 23:01
5dc8fda
Compare
Choose a tag to compare

Added support for gates!

v0.4.7

08 Dec 23:43
b94af4f
Compare
Choose a tag to compare

Fixes issue in which OTP prompt is mistaken for request to enable 2FA.

v0.4.6

11 Aug 15:46
d95cf4a
Compare
Choose a tag to compare

Better handling around 403 errors. Now tries to log back in again (403 can mean that the user is logged out), then fails under assumption that logged in user doesn't have access to requested device.

v0.4.5

09 Aug 14:32
5b5dda6
Compare
Choose a tag to compare
  1. Updated endpoints for cameras and sd card cameras to Alarm.com's new URLs.
  2. Added better exception handling to better cope with future endpoint changes.
  3. Added tests for 403 and 404 error for device endpoints.