INPUT_OBJECT

SendScratchpadUserDataInput

Attributes for sending scratchpad data to a Device

link GraphQL Schema definition



input SendScratchpadUserDataInput {
Device to which scratchpad data will be deployed
deviceId: ID!
The data that is going to be written in the user scrachpad
userData: Hexadecimal!
}

link Required by