File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments