Skip to content

Commit

Permalink
Removed unit from RTC date and RTC time
Browse files Browse the repository at this point in the history
  • Loading branch information
N-b-dy committed Jan 31, 2025
1 parent 7b27583 commit 20502c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ This channel contains system data about the hardware and firmware as well as run
- Missing intermediate objects created
- Roles updated according to the read/write definitions
- Polling interval limited in JSON config and code
- ioBroker unit in object tree for RTC date & time removed

### 0.0.3 (2025-01-11)

Expand Down
2 changes: 0 additions & 2 deletions src/lib/OxxifyProtocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,6 @@ export class OxxifyProtocol {
"zh-cn": "RTC time",
},
this.ParseTimeSmallToLarge,
"hh:mm:ss",
),
);
this.stateDictionary.set(
Expand All @@ -1451,7 +1450,6 @@ export class OxxifyProtocol {
"zh-cn": "RTC calendar",
},
this.ParseRtcDate,
"dd.mm.yy",
),
);
this.stateDictionary.set(
Expand Down

0 comments on commit 20502c4

Please sign in to comment.