Skip to content

Commit 4a1a8e0

Browse files
committed
Debug further
1 parent 77e0842 commit 4a1a8e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugwise/helper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,8 +1247,10 @@ def _schedules(
12471247
directives = self._domain_objects.find(locator)
12481248
for directive in directives:
12491249
entry = directive.find("then").attrib
1250+
LOGGER.debug("HOI %s", entry)
1251+
LOGGER.debug("HOI 1 %s", type(entry))
12501252
if "preset" in entry:
1251-
LOGGER.debug("HOI %s", entry["preset"])
1253+
LOGGER.debug("HOI 2 %s", entry["preset"])
12521254
schedule[directive.attrib["time"]] = [
12531255
float(self._presets(loc_id)[entry["preset"]][0]),
12541256
float(self._presets(loc_id)[entry["preset"]][1]),

0 commit comments

Comments
 (0)