Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timesync improvements - part 3 #32869

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -7590,7 +7590,7 @@ endpoint 0 {
emits event MissingTrustedTimeSource;
callback attribute UTCTime;
callback attribute granularity;
ram attribute timeSource default = 0x00;
callback attribute timeSource;
callback attribute trustedTimeSource;
callback attribute defaultNTP;
callback attribute timeZone;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4915,10 +4915,10 @@
"side": "server",
"type": "TimeSourceEnum",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
cecille marked this conversation as resolved.
Show resolved Hide resolved
"singleton": 0,
"bounded": 0,
"defaultValue": "0x00",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2778,7 +2778,7 @@ endpoint 0 {
emits event MissingTrustedTimeSource;
callback attribute UTCTime;
callback attribute granularity;
ram attribute timeSource default = 0x00;
callback attribute timeSource;
callback attribute trustedTimeSource;
callback attribute defaultNTP;
callback attribute timeZone;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3599,10 +3599,10 @@
"side": "server",
"type": "TimeSourceEnum",
"included": 1,
"storageOption": "RAM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x00",
"defaultValue": null,
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down
Loading
Loading