mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-11 18:08:02 +00:00
Send empty dictionary instead of null for iot queries (#1145)
This commit is contained in:
@@ -32,8 +32,8 @@ from .xortransport import XorTransport
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
GET_SYSINFO_QUERY = {
|
||||
"system": {"get_sysinfo": None},
|
||||
GET_SYSINFO_QUERY: dict[str, dict[str, dict]] = {
|
||||
"system": {"get_sysinfo": {}},
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user