From 7d5c479538dfc1b44dcfbd934318f9281afedb58 Mon Sep 17 00:00:00 2001 From: "Jason A. Cox" Date: Tue, 4 Jul 2023 15:10:41 -0700 Subject: [PATCH] Add getdevices() fix --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index 0be31f89..f7086d9f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,6 +4,7 @@ * PyPI 1.12.9 * Add graceful handling of issue where urllib3 v2.0 causes `ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+` error. See https://github.com/jasonacox/tinytuya/issues/377. +* Fix bug in Cloud getdevices() that can error with older `devices.json` versions as raised in https://github.com/jasonacox/tinytuya/issues/381 ## v1.12.8 - Device DP Mapping