Add a stub method to query the time zones
All checks were successful
Build / build (push) Successful in 15s

This commit is contained in:
2024-05-24 23:01:16 +02:00
parent 0eccfe3ef3
commit ed136d3b9a
4 changed files with 47 additions and 11 deletions

View File

@ -23,5 +23,8 @@
<arg name="use_ntp" type="b" direction="in"/>
<arg name="user_interaction" type="b" direction="in"/>
</method>
<method name="ListTimezones">
<arg name="timezones" type="as" direction="out"/>
</method>
</interface>
</node>