Skip to content

Commit f72bec6

Browse files
committed
docs(client): tag changed to type as it is used in bacappEncodeApplicationData
1 parent 31f0c91 commit f72bec6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ class Client extends EventEmitter {
594594
* @param {number} objectId.instance - The BACNET object instance to write.
595595
* @param {number} propertyId - The BACNET property id in the specified object to write.
596596
* @param {object[]} values - A list of values to be written to the specified property.
597-
* @param {ApplicationTags} values.tag - The data-type of the value to be written.
597+
* @param {ApplicationTags} values.type - The data-type of the value to be written.
598598
* @param {number} values.value - The actual value to be written.
599599
* @param {object=} options
600600
* @param {MaxSegmentsAccepted=} options.maxSegments - The maximimal allowed number of segments.
@@ -694,7 +694,7 @@ class Client extends EventEmitter {
694694
* @param {number} values.values.property.id - The BACNET property id in the specified object to write.
695695
* @param {number} values.values.property.index - The array index of the property to be written.
696696
* @param {object[]} values.values.value - A list of values to be written to the specified property.
697-
* @param {ApplicationTags} values.values.value.tag - The data-type of the value to be written.
697+
* @param {ApplicationTags} values.values.value.type - The data-type of the value to be written.
698698
* @param {object} values.values.value.value - The actual value to be written.
699699
* @param {number} values.values.priority - The priority to be used for writing to the property.
700700
* @param {object=} options

0 commit comments

Comments
 (0)