add device configuration Configuration
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official
|
||||
version=0.3.0-SNAPSHOT
|
||||
catalog=0.4.0
|
||||
catalog=0.5.0-SNAPSHOT
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
package ltd.hlaeja.library.deviceConfiguration
|
||||
|
||||
import java.time.ZonedDateTime
|
||||
import java.util.UUID
|
||||
|
||||
object Node {
|
||||
|
||||
data class Request(
|
||||
val configuration: String,
|
||||
)
|
||||
|
||||
data class Response(
|
||||
val node: UUID,
|
||||
val timestamp: ZonedDateTime,
|
||||
val configuration: String,
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user