About this trigger
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- リモコンの湿度が基準湿度よりも高い・低いをトリガーとして、または、湿度に関係なく特定間隔※で連続して、リモコンセンサー値(温度・湿度・照度)を取得する。 ※特定間隔(時間間隔は保証されません。1分~15分、最長で2時間になる場合もあります。)
- API endpoint slug
- Ratoc_remocon.wfirexhumid
Trigger fields
Remoconaddress Dropdown list
- Label
- リモコン指定
- Helper text
- 湿度を取得する家電リモコンを指定
- Slug
- remoconaddress
- Required
- true
- Can have default value
- false
Wet or dry Dropdown list
- Label
- 乾湿指定
- Helper text
- 基準の湿度より低い・高いの設定
- Slug
- wet_or_dry
- Required
- true
- Can have default value
- true
Humidity Dropdown list
- Label
- 基準湿度(%)
- Helper text
- 基準湿度の範囲 10%から90%
- Slug
- humidity
- Required
- true
- Can have default value
- true
Ingredients
Temperatureリモコンセンサーで取得した温度
- Slug
- temperature
- Filter code
- RatocRemocon.wfirexhumid.Temperature
- Type
- String
- Example
- https://www.ratocsystems.com
Humidityリモコンセンサーで取得した湿度
- Slug
- humidity
- Filter code
- RatocRemocon.wfirexhumid.Humidity
- Type
- String
- Example
- https://www.ratocsystems.com
Illuminanceリモコンセンサーで取得した照度
- Slug
- illuminance
- Filter code
- RatocRemocon.wfirexhumid.Illuminance
- Type
- String
- Example
- https://www.ratocsystems.com
Date取得した日付
- Slug
- yyyymmdd
- Filter code
- RatocRemocon.wfirexhumid.Date
- Type
- String
- Example
- 2019/03/08
Time取得した時刻
- Slug
- hhmmss
- Filter code
- RatocRemocon.wfirexhumid.Time
- Type
- String
- Example
- 12:34:56
Date isostring取得した日付と時刻のISOフォーマット文字列
- Slug
- date
- Filter code
- RatocRemocon.wfirexhumid.DateIsostring
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00