use of me.retrodaredevil.solarthing.commands.event.SecurityAcceptPacket in project solarthing by wildmountainfarms.
the class SecurityPacketReceiver method accept.
private void accept(StoredPacketGroup storedPacketGroup) {
SecurityAcceptPacket packet = new ImmutableSecurityAcceptPacket(storedIdentifierToDocumentId(storedPacketGroup.getStoredIdentifier()));
uploadSecurityEventPacket(packet);
}
Aggregations