Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 288 Bytes

OtaLatestResponse.md

File metadata and controls

18 lines (12 loc) · 288 Bytes

HandyAPI::OtaLatestResponse

Properties

Name Type Description Notes
fw_version String Firmware version

Example

require 'handy_api'

instance = HandyAPI::OtaLatestResponse.new(
  fw_version: 2.13
)