Skip to content

Commit 5552ae0

Browse files
committed
refactor
1 parent 3d9de2e commit 5552ae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commonMain/kotlin/spp.protocol/platform/ProbeAddress.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
package spp.protocol.platform
1919

2020
object ProbeAddress {
21-
const val REMOTE_REGISTERED = "spp.probe.status.remote-registered"
2221
const val LIVE_INSTRUMENT_REMOTE = "spp.probe.command.live-instrument-remote"
2322
}

src/commonMain/kotlin/spp.protocol/platform/ProcessorAddress.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
package spp.protocol.platform
1919

2020
object ProcessorAddress {
21-
const val LIVE_INSTRUMENT_REMOVED = "spp.processor.status.live-instrument-removed"
21+
const val REMOTE_REGISTERED = "spp.processor.status.remote-registered"
2222
const val LIVE_INSTRUMENT_APPLIED = "spp.processor.status.live-instrument-applied"
23+
const val LIVE_INSTRUMENT_REMOVED = "spp.processor.status.live-instrument-removed"
2324

2425
const val SET_LOG_PUBLISH_RATE_LIMIT = "spp.processor.setting.log-publish-rate-limit"
2526
}

0 commit comments

Comments
 (0)