Package org.dexcare.services.integrations.tytocare.models

Types

TytoCareAccount
Link copied to clipboard
data class TytoCareAccount(accountId: String, isActive: Boolean, devicePairingStatus: TytoCareDevicePairingStatus, isDeviceOnline: Boolean) : Parcelable
TytoCareConfig
Link copied to clipboard
data class TytoCareConfig(helpUrl: URL?) : Parcelable
Contains various values that are optionally customizable, and are specific to the TytoCare feature.
TytoCareIntegration
Link copied to clipboard
data class TytoCareIntegration(enabled: Boolean, account: TytoCareAccount?) : Parcelable