use of me.retrodaredevil.solarthing.commands.event.SecurityRejectPacket in project solarthing by wildmountainfarms.
the class SecurityPacketReceiver method reject.
private void reject(StoredPacketGroup storedPacketGroup, SecurityRejectPacket.Reason reason, String moreInfo) {
SecurityRejectPacket packet = new ImmutableSecurityRejectPacket(storedIdentifierToDocumentId(storedPacketGroup.getStoredIdentifier()), reason, moreInfo);
uploadSecurityEventPacket(packet);
}
Aggregations