Weather

class Weather(val conditionType: Int) : SensorData

Weather condition obtained from sensors

Parameters

conditionType

weather condition type

Constructors

Link copied to clipboard
fun Weather(conditionType: Int)

Types

Link copied to clipboard
object ConditionType

Weather condition type.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val conditionType: Int