Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 379 Bytes

DeviceCommand.md

File metadata and controls

20 lines (14 loc) · 379 Bytes

OmniCoreClient::DeviceCommand

Properties

Name Type Description Notes
binary_data String Base64 Encoded Command String
subfolder String [optional]

Example

require 'omnicore_client'

instance = OmniCoreClient::DeviceCommand.new(
  binary_data: null,
  subfolder: null
)