From 86d81f030fa9c4832daedba79bb36ae0bab2630d Mon Sep 17 00:00:00 2001 From: rdkartono Date: Tue, 29 Jul 2025 18:34:55 +0700 Subject: [PATCH] Commit 29/07/2025 --- .idea/inspectionProfiles/Project_Default.xml | 1 + src/zello/Event_OnChannelStatus.kt | 17 +++++++++++++++++ src/zello/Event_OnStreamStart.kt | 17 +++++++++++++++++ src/zello/Event_OnStreamStop.kt | 10 ++++++++++ src/zello/SendImageCommand.kt | 10 ++++++++++ src/zello/SendImageReply.kt | 11 +++++++++++ src/zello/SendLocationCommand.kt | 9 +++++++++ src/zello/SendLocationReply.kt | 10 ++++++++++ src/zello/SendTextMessageCommand.kt | 9 +++++++++ src/zello/SendTextMessageReply.kt | 10 ++++++++++ src/zello/StartStreamCommand.kt | 12 ++++++++++++ src/zello/StartStreamReply.kt | 11 +++++++++++ src/zello/StopStreamCommand.kt | 9 +++++++++ 13 files changed, 136 insertions(+) create mode 100644 src/zello/Event_OnChannelStatus.kt create mode 100644 src/zello/Event_OnStreamStart.kt create mode 100644 src/zello/Event_OnStreamStop.kt create mode 100644 src/zello/SendImageCommand.kt create mode 100644 src/zello/SendImageReply.kt create mode 100644 src/zello/SendLocationCommand.kt create mode 100644 src/zello/SendLocationReply.kt create mode 100644 src/zello/SendTextMessageCommand.kt create mode 100644 src/zello/SendTextMessageReply.kt create mode 100644 src/zello/StartStreamCommand.kt create mode 100644 src/zello/StartStreamReply.kt create mode 100644 src/zello/StopStreamCommand.kt diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index eda5a95..fefacc1 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -2,6 +2,7 @@