Config

data class Config(var dateTime: String? = null, var language: ThetaRepository.LanguageEnum? = null, var offDelay: ThetaRepository.OffDelay? = null, var sleepDelay: ThetaRepository.SleepDelay? = null, var shutterVolume: Int? = null, var clientMode: DigestAuth? = null)

Configuration of THETA

Constructors

Link copied to clipboard
constructor()
constructor(dateTime: String? = null, language: ThetaRepository.LanguageEnum? = null, offDelay: ThetaRepository.OffDelay? = null, sleepDelay: ThetaRepository.SleepDelay? = null, shutterVolume: Int? = null, clientMode: DigestAuth? = null)

Properties

Link copied to clipboard

Authentication information used for client mode connections

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard