Commit 43fbd92
authored
fix: uses appropriate typings for property read/write request payloads (#78)
This PR fixes a mistyping affecting read/write request payloads. For
some reason, the payloads of events modelling read/write requests had
been defined separately and independently of the payload actually
returned by the .decode() function of the service handler matching the
incoming request.
See src/lib/client.ts@530 for the parser invocation
See src/lib/client.ts@557 for triggering of service request events
I need this to surface the `priority` value at the typings level, so
that I may use it to address
bacnet-js/device#32 .1 parent a331f17 commit 43fbd92
1 file changed
Lines changed: 4 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 79 | + | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 84 | + | |
93 | 85 | | |
94 | 86 | | |
95 | 87 | | |
| |||
0 commit comments