Skip to content

Commit 5f277f8

Browse files
authored
chore: adds NodeType as an allowed enum for use with enumerated property values (#55)
Required for bacnet-js/device#17
1 parent 9c9692a commit 5f277f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import {
1717
type Segmentation,
1818
type Reliability,
1919
type BinaryPV,
20+
type NodeType,
2021
CovType,
2122
} from './enum'
2223

@@ -223,6 +224,7 @@ export interface ApplicationTagValueTypeMap {
223224
| Segmentation
224225
| Reliability
225226
| BinaryPV
227+
| NodeType
226228
[ApplicationTag.DATE]: Date
227229
[ApplicationTag.TIME]: Date
228230
[ApplicationTag.OBJECTIDENTIFIER]: BACNetObjectID

0 commit comments

Comments
 (0)