Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WeatherPatch_RelativeHumidity

Hierarchy

Index

Properties

operation

The operation that the patch applies (required).

Accessors

value

  • get value(): number
  • set value(v: number): void

Methods

checkValid

setValuePercent

  • setValuePercent(value: number): void
  • Helper function for setting the RH value as a percent [0-100].

    Parameters

    • value: number

      The value to apply (as a percent [0-100]).

    Returns void

unsetValuePercent

  • unsetValuePercent(): void
  • Helper function for unsetting the RH value.

    Returns void