Replies: 3 comments 4 replies
-
The local date and time are properties of the device object. The ReadProperty.py sample application will present a ">" prompt, enter something like The ReadPropertyMultiple.py application allows you to create one request like |
Beta Was this translation helpful? Give feedback.
-
Send an "unconstrained Who-Is" -- which is to say one that does not have a low limit or a high limit -- directly to the device and it will respond with an I-Am that contains the device object identifier, for example, |
Beta Was this translation helpful? Give feedback.
-
You said " whois 192.168.86.33" or "whois *" to find my deviceId of YABE.
Do I enter this at the ReadProperty.py '>' prompt? I tried it and I got an
error.
…On Tue, Jun 21, 2022 at 7:38 PM Joel Bender ***@***.***> wrote:
The local date and time are properties of the device object. The
*ReadProperty.py* sample application will present a ">" prompt, enter
something like read 12.23.34.45 device:999 localDate and localTime.
The *ReadPropertyMultiple.py* application allows you to create one
request like read 12.23.34.45 device:999 localDate localTime but the
device will respond with an error if it doesn't support that service.
—
Reply to this email directly, view it on GitHub
<#462 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKJU6EJ7CMRO7KTR6NEKMTVQJOAZANCNFSM5ZOAVZIQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Tim Curry
|
Beta Was this translation helpful? Give feedback.
-
Does BACpypes support requesting the time and date from the client? I have issues with my RTC on our server and I want to get the time and date from another source like the client. If so, where can I find examples.
Beta Was this translation helpful? Give feedback.
All reactions