Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Fixes #109
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaukkan committed Dec 4, 2016
1 parent d9b334e commit 5f5e2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ public Future<CommandResult> report(final ZigBeeDevice device, final int cluster
record.setAttributeIdentifier(attributeId);
record.setAttributeDataType(ZclAttributeType.get(clusterId, attributeId).getZigBeeType().getId());
record.setMinimumReportingInterval(minInterval);
record.setMinimumReportingInterval(maxInterval);
record.setMaximumReportingInterval(maxInterval);
record.setReportableChange(reportableChange);
record.setTimeoutPeriod(0);
command.setRecords(Collections.singletonList(record));
Expand Down

0 comments on commit 5f5e2ac

Please sign in to comment.