AssistantApiCoreTypesRingtoneTaskMetadataGentleWakeInfo

AI Overview😉

  • Potential purpose of module in simple language: This module, GentleWakeInfo, appears to be related to alarm functionality, specifically designed to wake users up gently by simulating a sunrise. It adjusts the screen brightness or room lighting to help users wake up more comfortably.
  • How it could impact search results: This module is unlikely to directly impact search results, as it seems to be related to alarm functionality and device capabilities rather than search ranking factors. However, it could indirectly influence search results if Google's algorithm takes into account user behavior and preferences, such as wake-up times or device usage patterns.
  • How a website may change things to be more favorable for this function: Since this module is not directly related to search ranking, there's no specific action a website can take to optimize for GentleWakeInfo. However, websites that provide content related to sleep, wellness, or alarm functionality might benefit from understanding user behavior and preferences related to wake-up times, which could be influenced by this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesRingtoneTaskMetadataGentleWakeInfo (google_api_content_warehouse v0.4.0)

Gentle wake actions like slowly brightening the room/device screen leading up to the alarm firing (go/cube-gentle-wake-up).

Attributes

  • effectDurationMs (type: String.t, default: nil) - Specifies how long the effect lasts. Allowed for effect to last after the alarm has started ringing. If unset or negative or 0, effect is assumed to last until alarm trigger time.
  • isEnabled (type: boolean(), default: nil) - Indicates if gentle wake action is to be performed before this alarm fires. This is enabled only if the device supports sunrise alarm capability. http://cs/symbol:assistant.api.SunriseFeaturesSupport
  • startTimedeltaMs (type: String.t, default: nil) - Specifies how long before the alarm fire time, the wakeup effect will start. ALWAYS POSITIVE.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesRingtoneTaskMetadataGentleWakeInfo{
    effectDurationMs: String.t() | nil,
    isEnabled: boolean() | nil,
    startTimedeltaMs: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.