mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-21 09:35:45 +02:00
Support "date", "time" and "gmt-offset" in "system clock" (#210)
These properties are necessary to read and set the time as seen by RouterOS. Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
parent
38ac303f93
commit
1ed4690240
2 changed files with 5 additions and 0 deletions
|
@ -2551,6 +2551,9 @@ PATHS = {
|
|||
single_value=True,
|
||||
fully_understood=True,
|
||||
fields={
|
||||
'date': KeyInfo(),
|
||||
'gmt-offset': KeyInfo(),
|
||||
'time': KeyInfo(),
|
||||
'time-zone-autodetect': KeyInfo(default=True),
|
||||
'time-zone-name': KeyInfo(default='manual'),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue