Implement TimeUSecRTC property
All checks were successful
Build / build (push) Successful in 20s

This commit is contained in:
2024-06-24 13:09:00 +02:00
parent 3a85891f2e
commit b11e18e560
3 changed files with 18 additions and 4 deletions

View File

@ -7,6 +7,7 @@
<property name="NTP" type="b" access="read"/>
<property name="CanNTP" type="b" access="read"/>
<property name="NTPSynchronized" type="b" access="read"/>
<property name="TimeUSecRTC" type="t" access="read"/>
<method name="SetTime">
<arg name="usec_utc" type="x" direction="in"/>
<arg name="relative" type="b" direction="in"/>