commit 27/03/2025

This commit is contained in:
rdkartono
2025-03-27 13:39:38 +07:00
parent 532979807b
commit fc5bc8ada8
9 changed files with 155 additions and 28 deletions

View File

@@ -12,4 +12,5 @@ public interface LiveCamEvent {
void onLog(String log);
void onBlink(int counter);
void onStartCapturing();
void onIntervalUpdate();
}