Skip to content

Merge master into production - #51

Merged
RobinBol merged 7 commits into
productionfrom
master
Aug 28, 2026
Merged

Merge master into production#51
RobinBol merged 7 commits into
productionfrom
master

Conversation

@RobinBol

Copy link
Copy Markdown
Contributor

No description provided.

RobinBol and others added 7 commits May 20, 2026 16:26
chore: use npm run build --if-present in publish workflow
ZCL Spec definition:

> UTCTime is an unsigned 32-bit value representing the number of seconds since 0 hours, 0 minutes, 0 seconds, on the 1st of January, 2000 UTC (Universal Coordinated Time).
> Note that UTCTime does not hold a standard textual representation of Universal Coordinated Time (UTC). However, UTC (to a precision of one second) may be derived from it.

Which means it can be implemented using the default unsigned number converters.
The UTC data type was added without a type-level assertion, so a
regression in its index.d.ts declaration would go unnoticed. Add it to
the primitives struct alongside the other numeric types.

Refs #49
test: Pin UTC data type to number in type regression tests
@RobinBol
RobinBol merged commit 06f350c into production Aug 28, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants