Files
model/TelosysTools/models/InfiniMotion/CommandWrapper.entity
2025-10-24 00:48:19 +02:00

10 lines
224 B
Plaintext

#Command
CommandWrapper {
transaction: string { } ; // Random Transaction ID
commit: boolean { @PrimitiveType } ;
request: string {} ; // Random Request ID
type: string {} ; // Command Type
payload: binary {} ;
}