update model for commands
This commit is contained in:
7
TelosysTools/models/InfiniMotion/CommandWrapper.entity
Normal file
7
TelosysTools/models/InfiniMotion/CommandWrapper.entity
Normal file
@@ -0,0 +1,7 @@
|
||||
#Command
|
||||
CommandWrapper {
|
||||
transaction: string { } ; // Random Transaction ID
|
||||
request: string {} ; // Random Request ID
|
||||
type: string {} ; // Command Type
|
||||
payload: binary {} ;
|
||||
}
|
||||
Reference in New Issue
Block a user