Skip to content

Commit 6b1c911

Browse files
authored
Merge pull request #40 from EnergieID/enhance/default-directive-resolution
Make PT15M the default directive resolution
2 parents 5f34cc3 + 3cc5e69 commit 6b1c911

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@
5151
),
5252
name=name,
5353
description=f"Directive for community {name}",
54+
default_args={
55+
"resolution": "PT15M",
56+
},
5457
)
5558
)

0 commit comments

Comments
 (0)