add Nodes
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official
|
||||
version=0.10.0-SNAPSHOT
|
||||
catalog=0.11.0
|
||||
catalog=0.12.0-SNAPSHOT
|
||||
|
||||
15
src/main/kotlin/ltd/hlaeja/library/deviceRegistry/Nodes.kt
Normal file
15
src/main/kotlin/ltd/hlaeja/library/deviceRegistry/Nodes.kt
Normal file
@@ -0,0 +1,15 @@
|
||||
package ltd.hlaeja.library.deviceRegistry
|
||||
|
||||
import java.time.ZonedDateTime
|
||||
import java.util.UUID
|
||||
|
||||
object Nodes {
|
||||
|
||||
data class Response(
|
||||
val id: UUID,
|
||||
val timestamp: ZonedDateTime,
|
||||
val client: UUID,
|
||||
val device: UUID,
|
||||
val name: String,
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user