Add default translations for binding add-ons (#11760)

* Add default translations for binding add-ons

This makes the texts used by these add-ons translatable with Crowdin.

To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file.
We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications.

There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-12-15 18:40:21 +01:00
committed by GitHub
parent 05e782ec1a
commit 07a1976c81
234 changed files with 33234 additions and 0 deletions

View File

@@ -0,0 +1,310 @@
# binding
binding.nest.name = Nest Binding
binding.nest.description = Nest connects to the Nest cloud and allows control of the various Nest devices.
# thing types
thing-type.nest.sdm_account.label = Nest SDM Account
thing-type.nest.sdm_account.description = An account for using the Smart Device Management (SDM) API
thing-type.nest.sdm_camera.label = Nest Camera
thing-type.nest.sdm_camera.description = A Nest Camera registered with your SDM account
thing-type.nest.sdm_display.label = Nest Display
thing-type.nest.sdm_display.description = A Nest Display registered with your SDM account
thing-type.nest.sdm_doorbell.label = Nest Doorbell
thing-type.nest.sdm_doorbell.description = A Nest Doorbell registered with your SDM account
thing-type.nest.sdm_thermostat.label = Nest Thermostat
thing-type.nest.sdm_thermostat.description = A Thermostat to control the various aspects of the house's HVAC system
thing-type.nest.wwn_account.label = Nest WWN Account
thing-type.nest.wwn_account.description = An account for using the Works with Nest (WWN) API
thing-type.nest.wwn_camera.label = Nest Cam
thing-type.nest.wwn_camera.description = A Nest Camera registered with your WWN account
thing-type.nest.wwn_camera.group.last_event.label = Last Event
thing-type.nest.wwn_camera.group.last_event.description = Information about the last camera event (requires Nest Aware subscription)
thing-type.nest.wwn_smoke_detector.label = Nest Protect
thing-type.nest.wwn_smoke_detector.description = The smoke detector/Nest Protect for the account
thing-type.nest.wwn_structure.label = Nest Structure
thing-type.nest.wwn_structure.description = The Nest structure defines the house the account has setup on Nest. You will only have more than one structure if you have more than one house
thing-type.nest.wwn_thermostat.label = Nest Thermostat
thing-type.nest.wwn_thermostat.description = A Thermostat to control the various aspects of the house's HVAC system
# thing types config
thing-type.config.nest.sdm_account.group.pubsub.label = Pub/Sub
thing-type.config.nest.sdm_account.group.pubsub.description = The parameters used when communicating with the Pub/Sub API
thing-type.config.nest.sdm_account.group.sdm.label = SDM
thing-type.config.nest.sdm_account.group.sdm.description = The parameters used when communicating with the SDM API
thing-type.config.nest.sdm_account.pubsubAuthorizationCode.label = Authorization Code
thing-type.config.nest.sdm_account.pubsubAuthorizationCode.description = The one time authorization code used to retrieve the refresh and access token used with the Pub/Sub API. The code is obtained by following the instructions at the following URL in your browser:<br><br>https://accounts.google.com/o/oauth2/auth?client_id={{ClientID}}&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=code&scope=https://www.googleapis.com/auth/pubsub
thing-type.config.nest.sdm_account.pubsubClientId.label = Client ID
thing-type.config.nest.sdm_account.pubsubClientId.description = Identifies the OAuth 2.0 client used for accessing the Pub/Sub subscription
thing-type.config.nest.sdm_account.pubsubClientSecret.label = Client Secret
thing-type.config.nest.sdm_account.pubsubClientSecret.description = The OAuth 2.0 client secret used for accessing the Pub/Sub subscription
thing-type.config.nest.sdm_account.pubsubProjectId.label = Project ID
thing-type.config.nest.sdm_account.pubsubProjectId.description = Identifies the Google Cloud Platform project where the Pub/Sub subscription is created
thing-type.config.nest.sdm_account.pubsubSubscriptionId.label = Subscription ID
thing-type.config.nest.sdm_account.pubsubSubscriptionId.description = Identifies the subscription that is created for subscribing to SDM Pub/Sub events
thing-type.config.nest.sdm_account.sdmAuthorizationCode.label = Authorization Code
thing-type.config.nest.sdm_account.sdmAuthorizationCode.description = The one time authorization code used to retrieve the refresh and access token used with the SDM API. The code is obtained by following the instructions at the following URL in your browser:<br><br>https://nestservices.google.com/partnerconnections/{{ProjectID}}/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&access_type=offline&prompt=consent&client_id={{ClientID}}&response_type=code&scope=https://www.googleapis.com/auth/sdm.service
thing-type.config.nest.sdm_account.sdmClientId.label = Client ID
thing-type.config.nest.sdm_account.sdmClientId.description = Identifies the OAuth 2.0 client used for accessing the SDM project
thing-type.config.nest.sdm_account.sdmClientSecret.label = Client Secret
thing-type.config.nest.sdm_account.sdmClientSecret.description = The OAuth 2.0 client secret used for accessing the SDM project
thing-type.config.nest.sdm_account.sdmProjectId.label = Project ID
thing-type.config.nest.sdm_account.sdmProjectId.description = The UUID that identifies the SDM project in the SDM "Device Access Console"
thing-type.config.nest.sdm_device.deviceId.label = Device ID
thing-type.config.nest.sdm_device.refreshInterval.label = Refresh Interval
thing-type.config.nest.sdm_device.refreshInterval.description = This is refresh interval in seconds to update the Nest device information
thing-type.config.nest.wwn_account.accessToken.label = Access Token
thing-type.config.nest.wwn_account.accessToken.description = The access token used for authenticating to the WWN API
thing-type.config.nest.wwn_account.group.oauth.label = WWN API OAuth
thing-type.config.nest.wwn_account.group.oauth.description = The OAuth parameters used when communicating with the WWN API
thing-type.config.nest.wwn_account.productId.label = Product ID
thing-type.config.nest.wwn_account.productId.description = The product ID from the Nest product page
thing-type.config.nest.wwn_account.productSecret.label = Product Secret
thing-type.config.nest.wwn_account.productSecret.description = The product secret from the Nest product page
thing-type.config.nest.wwn_device.deviceId.label = Device ID
thing-type.config.nest.wwn_structure.structureId.label = Structure ID
# channel group types
channel-group-type.nest.SDMChimeEvent.label = Chime Event
channel-group-type.nest.SDMChimeEvent.description = Information about the last chime event
channel-group-type.nest.SDMChimeEvent.channel.image.label = Chime Event Image
channel-group-type.nest.SDMChimeEvent.channel.image.description = Static image based on a chime event
channel-group-type.nest.SDMChimeEvent.channel.timestamp.label = Chime Event Timestamp
channel-group-type.nest.SDMChimeEvent.channel.timestamp.description = The last time that the door chime was pressed
channel-group-type.nest.SDMLiveStream.label = Live Stream
channel-group-type.nest.SDMLiveStream.description = Information for accessing the live stream
channel-group-type.nest.SDMMotionEvent.label = Motion Event
channel-group-type.nest.SDMMotionEvent.description = Information about the last motion event
channel-group-type.nest.SDMMotionEvent.channel.image.label = Motion Event Image
channel-group-type.nest.SDMMotionEvent.channel.image.description = Static image based on a motion event
channel-group-type.nest.SDMMotionEvent.channel.timestamp.label = Motion Event Timestamp
channel-group-type.nest.SDMMotionEvent.channel.timestamp.description = The last time that motion was detected
channel-group-type.nest.SDMPersonEvent.label = Person Event
channel-group-type.nest.SDMPersonEvent.description = Information about the last person event
channel-group-type.nest.SDMPersonEvent.channel.image.label = Person Event Image
channel-group-type.nest.SDMPersonEvent.channel.image.description = Static image based on a person event
channel-group-type.nest.SDMPersonEvent.channel.timestamp.label = Person Event Timestamp
channel-group-type.nest.SDMPersonEvent.channel.timestamp.description = The last time that a person was detected
channel-group-type.nest.SDMSoundEvent.label = Sound Event
channel-group-type.nest.SDMSoundEvent.description = Information about the last sound event
channel-group-type.nest.SDMSoundEvent.channel.image.label = Sound Event Image
channel-group-type.nest.SDMSoundEvent.channel.image.description = Static image based on a sound event
channel-group-type.nest.SDMSoundEvent.channel.timestamp.label = Sound Event Timestamp
channel-group-type.nest.SDMSoundEvent.channel.timestamp.description = The last time that a sound was detected
channel-group-type.nest.WWNCamera.label = Camera
channel-group-type.nest.WWNCamera.description = Information about the camera
channel-group-type.nest.WWNCameraEvent.label = Camera Event
channel-group-type.nest.WWNCameraEvent.description = Information about the camera event
# channel types
channel-type.nest.SDMAmbientHumidity.label = Ambient Humidity
channel-type.nest.SDMAmbientHumidity.description = Lists the current ambient humidity percentage from the thermostat
channel-type.nest.SDMAmbientTemperature.label = Ambient Temperature
channel-type.nest.SDMAmbientTemperature.description = Lists the current ambient temperature from the thermostat
channel-type.nest.SDMCameraEventImage.label = Image
channel-type.nest.SDMCameraEventImage.description = Static image based on a event
channel-type.nest.SDMCameraEventTimestamp.label = Timestamp
channel-type.nest.SDMCameraEventTimestamp.description = The time that the event occurred
channel-type.nest.SDMCurrentEcoMode.label = Current Eco Mode
channel-type.nest.SDMCurrentEcoMode.description = Lists the current eco mode from the thermostat
channel-type.nest.SDMCurrentEcoMode.state.option.OFF = off
channel-type.nest.SDMCurrentEcoMode.state.option.MANUAL_ECO = manual eco
channel-type.nest.SDMCurrentMode.label = Current Mode
channel-type.nest.SDMCurrentMode.description = Lists the current mode from the thermostat
channel-type.nest.SDMCurrentMode.state.option.OFF = off
channel-type.nest.SDMCurrentMode.state.option.HEAT = heating
channel-type.nest.SDMCurrentMode.state.option.COOL = cooling
channel-type.nest.SDMCurrentMode.state.option.HEATCOOL = heat/cool
channel-type.nest.SDMFanTimerMode.label = Fan Timer Mode
channel-type.nest.SDMFanTimerMode.description = Lists the current fan timer mode
channel-type.nest.SDMFanTimerTimeout.label = Fan Timer Timeout
channel-type.nest.SDMFanTimerTimeout.description = Timestamp at which timer mode turns OFF
channel-type.nest.SDMHVACStatus.label = HVAC Status
channel-type.nest.SDMHVACStatus.description = Provides the thermostat HVAC Status
channel-type.nest.SDMHVACStatus.state.option.OFF = off
channel-type.nest.SDMHVACStatus.state.option.HEATING = heating
channel-type.nest.SDMHVACStatus.state.option.COOLING = cooling
channel-type.nest.SDMLiveStreamCurrentToken.label = Live Stream Current Token
channel-type.nest.SDMLiveStreamCurrentToken.description = Live stream current token value
channel-type.nest.SDMLiveStreamExpirationTimestamp.label = Live Stream Expiration Timestamp
channel-type.nest.SDMLiveStreamExpirationTimestamp.description = Live stream token expiration time
channel-type.nest.SDMLiveStreamExtensionToken.label = Live Stream Extension Token
channel-type.nest.SDMLiveStreamExtensionToken.description = Live stream token extension value
channel-type.nest.SDMLiveStreamUrl.label = Live Stream URL
channel-type.nest.SDMLiveStreamUrl.description = The RTSP video stream URL for the most recent event
channel-type.nest.SDMMaximumTemperature.label = Maximum Temperature Setting
channel-type.nest.SDMMaximumTemperature.description = Lists the maximum temperature setting from the thermostat
channel-type.nest.SDMMinimumTemperature.label = Minimum Temperature Setting
channel-type.nest.SDMMinimumTemperature.description = Lists the minimum temperature setting from the thermostat
channel-type.nest.SDMTargetTemperature.label = Target Temperature
channel-type.nest.SDMTargetTemperature.description = Lists the target temperature setting from the thermostat
channel-type.nest.SDMTemperatureCool.label = Cool Temperature
channel-type.nest.SDMTemperatureCool.description = Lists the cool temperature setting from the thermostat
channel-type.nest.SDMTemperatureHeat.label = Heat Temperature
channel-type.nest.SDMTemperatureHeat.description = Lists the heat temperature setting from the thermostat
channel-type.nest.WWNAppUrl.label = App URL
channel-type.nest.WWNAppUrl.description = The app URL for the camera, allows you to see the camera in an app
channel-type.nest.WWNAudioInputEnabled.label = Audio Input Enabled
channel-type.nest.WWNAudioInputEnabled.description = If the audio input is enabled for this camera
channel-type.nest.WWNAway.label = Away
channel-type.nest.WWNAway.description = Away state of the structure
channel-type.nest.WWNAway.state.option.AWAY = Away
channel-type.nest.WWNAway.state.option.HOME = Home
channel-type.nest.WWNCameraEventActivityZones.label = Activity Zones
channel-type.nest.WWNCameraEventActivityZones.description = Identifiers for activity zones that detected the event (comma separated)
channel-type.nest.WWNCameraEventAnimatedImageUrl.label = Animated Image URL
channel-type.nest.WWNCameraEventAnimatedImageUrl.description = The URL showing an animated image for the camera event
channel-type.nest.WWNCameraEventAppUrl.label = App URL
channel-type.nest.WWNCameraEventAppUrl.description = The app URL for the camera event, allows you to see the camera event in an app
channel-type.nest.WWNCameraEventEndTime.label = End Time
channel-type.nest.WWNCameraEventEndTime.description = Timestamp when the camera event ended
channel-type.nest.WWNCameraEventHasMotion.label = Has Motion
channel-type.nest.WWNCameraEventHasMotion.description = If motion was detected in the camera event
channel-type.nest.WWNCameraEventHasPerson.label = Has Person
channel-type.nest.WWNCameraEventHasPerson.description = If a person was detected in the camera event
channel-type.nest.WWNCameraEventHasSound.label = Has Sound
channel-type.nest.WWNCameraEventHasSound.description = If sound was detected in the camera event
channel-type.nest.WWNCameraEventImageUrl.label = Image URL
channel-type.nest.WWNCameraEventImageUrl.description = The URL showing an image for the camera event
channel-type.nest.WWNCameraEventStartTime.label = Start Time
channel-type.nest.WWNCameraEventStartTime.description = Timestamp when the camera event started
channel-type.nest.WWNCameraEventUrlsExpireTime.label = URLs Expire Time
channel-type.nest.WWNCameraEventUrlsExpireTime.description = Timestamp when the camera event URLs expire
channel-type.nest.WWNCameraEventWebUrl.label = Web URL
channel-type.nest.WWNCameraEventWebUrl.description = The web URL for the camera event, allows you to see the camera event in a web page
channel-type.nest.WWNCanCool.label = Can Cool
channel-type.nest.WWNCanCool.description = If the thermostat can actually turn on cooling
channel-type.nest.WWNCanHeat.label = Can Heat
channel-type.nest.WWNCanHeat.description = If the thermostat can actually turn on heating
channel-type.nest.WWNCoAlarmState.label = CO Alarm State
channel-type.nest.WWNCoAlarmState.description = Carbon monoxide alarm state
channel-type.nest.WWNCoAlarmState.state.option.OK = ok
channel-type.nest.WWNCoAlarmState.state.option.EMERGENCY = emergency
channel-type.nest.WWNCoAlarmState.state.option.WARNING = warning
channel-type.nest.WWNCountryCode.label = Country Code
channel-type.nest.WWNCountryCode.description = Country code of the structure
channel-type.nest.WWNEcoMaxSetPoint.label = Eco Max Set Point
channel-type.nest.WWNEcoMaxSetPoint.description = The eco range max set point temperature
channel-type.nest.WWNEcoMinSetPoint.label = Eco Min Set Point
channel-type.nest.WWNEcoMinSetPoint.description = The eco range min set point temperature
channel-type.nest.WWNEtaBegin.label = ETA
channel-type.nest.WWNEtaBegin.description = Estimated time of arrival at home, will setup the heat to turn on and be warm by the time you arrive
channel-type.nest.WWNFanTimerActive.label = Fan Timer Active
channel-type.nest.WWNFanTimerActive.description = If the fan timer is engaged
channel-type.nest.WWNFanTimerDuration.label = Fan Timer Duration
channel-type.nest.WWNFanTimerDuration.description = Length of time that the fan is set to run
channel-type.nest.WWNFanTimerDuration.state.option.15 = 15 min
channel-type.nest.WWNFanTimerDuration.state.option.30 = 30 min
channel-type.nest.WWNFanTimerDuration.state.option.45 = 45 min
channel-type.nest.WWNFanTimerDuration.state.option.60 = 1 h
channel-type.nest.WWNFanTimerDuration.state.option.120 = 2 h
channel-type.nest.WWNFanTimerDuration.state.option.240 = 4 h
channel-type.nest.WWNFanTimerDuration.state.option.480 = 8 h
channel-type.nest.WWNFanTimerDuration.state.option.960 = 16 h
channel-type.nest.WWNFanTimerTimeout.label = Fan Timer Timeout
channel-type.nest.WWNFanTimerTimeout.description = Timestamp when the fan stops running
channel-type.nest.WWNHasFan.label = Has Fan
channel-type.nest.WWNHasFan.description = If the thermostat can control the fan
channel-type.nest.WWNHasLeaf.label = Has Leaf
channel-type.nest.WWNHasLeaf.description = If the thermostat is currently in a leaf mode
channel-type.nest.WWNHumidity.label = Humidity
channel-type.nest.WWNHumidity.description = Indicates the current relative humidity
channel-type.nest.WWNLastConnection.label = Last Connection
channel-type.nest.WWNLastConnection.description = Timestamp of the last successful interaction with Nest
channel-type.nest.WWNLastManualTestTime.label = Last Manual Test Time
channel-type.nest.WWNLastManualTestTime.description = Timestamp of the last successful manual test
channel-type.nest.WWNLastOnlineChange.label = Last Online Change
channel-type.nest.WWNLastOnlineChange.description = Timestamp of the last online status change
channel-type.nest.WWNLocked.label = Locked
channel-type.nest.WWNLocked.description = If the thermostat has the temperature locked to only be within a set range
channel-type.nest.WWNLockedMaxSetPoint.label = Locked Max Set Point
channel-type.nest.WWNLockedMaxSetPoint.description = The locked range max set point temperature
channel-type.nest.WWNLockedMinSetPoint.label = Locked Min Set Point
channel-type.nest.WWNLockedMinSetPoint.description = The locked range min set point temperature
channel-type.nest.WWNManualTestActive.label = Manual Test Active
channel-type.nest.WWNManualTestActive.description = If the manual test is currently active
channel-type.nest.WWNMaxSetPoint.label = Max Set Point
channel-type.nest.WWNMaxSetPoint.description = The max set point temperature
channel-type.nest.WWNMinSetPoint.label = Min Set Point
channel-type.nest.WWNMinSetPoint.description = The min set point temperature
channel-type.nest.WWNMode.label = Mode
channel-type.nest.WWNMode.description = Current mode of the Nest thermostat
channel-type.nest.WWNMode.state.option.OFF = off
channel-type.nest.WWNMode.state.option.ECO = eco
channel-type.nest.WWNMode.state.option.HEAT = heating
channel-type.nest.WWNMode.state.option.COOL = cooling
channel-type.nest.WWNMode.state.option.HEAT_COOL = heat/cool
channel-type.nest.WWNPeakPeriodEndTime.label = Peak Period End Time
channel-type.nest.WWNPeakPeriodEndTime.description = Peak period end for the Rush Hour Rewards program
channel-type.nest.WWNPeakPeriodStartTime.label = Peak Period Start Time
channel-type.nest.WWNPeakPeriodStartTime.description = Peak period start for the Rush Hour Rewards program
channel-type.nest.WWNPostalCode.label = Postal Code
channel-type.nest.WWNPostalCode.description = Postal code of the structure
channel-type.nest.WWNPreviousMode.label = Previous Mode
channel-type.nest.WWNPreviousMode.description = The previous mode of the Nest thermostat
channel-type.nest.WWNPreviousMode.state.option.OFF = off
channel-type.nest.WWNPreviousMode.state.option.ECO = eco
channel-type.nest.WWNPreviousMode.state.option.HEAT = heating
channel-type.nest.WWNPreviousMode.state.option.COOL = cooling
channel-type.nest.WWNPreviousMode.state.option.HEAT_COOL = heat/cool
channel-type.nest.WWNPublicShareEnabled.label = Public Share Enabled
channel-type.nest.WWNPublicShareEnabled.description = If the public sharing of this camera is enabled
channel-type.nest.WWNPublicShareUrl.label = Public Share URL
channel-type.nest.WWNPublicShareUrl.description = The publicly available URL for the camera
channel-type.nest.WWNRushHourRewardsEnrollment.label = Rush Hour Rewards
channel-type.nest.WWNRushHourRewardsEnrollment.description = If rush hour rewards system is enabled or not
channel-type.nest.WWNSecurityState.label = Security State
channel-type.nest.WWNSecurityState.description = Security state of the structure
channel-type.nest.WWNSecurityState.state.option.OK = ok
channel-type.nest.WWNSecurityState.state.option.DETER = deter
channel-type.nest.WWNSetPoint.label = Set Point
channel-type.nest.WWNSetPoint.description = The set point temperature
channel-type.nest.WWNSmokeAlarmState.label = Smoke Alarm State
channel-type.nest.WWNSmokeAlarmState.description = Smoke alarm state
channel-type.nest.WWNSmokeAlarmState.state.option.OK = ok
channel-type.nest.WWNSmokeAlarmState.state.option.EMERGENCY = emergency
channel-type.nest.WWNSmokeAlarmState.state.option.WARNING = warning
channel-type.nest.WWNSnapshotUrl.label = Snapshot URL
channel-type.nest.WWNSnapshotUrl.description = The URL showing a snapshot of the camera
channel-type.nest.WWNState.label = State
channel-type.nest.WWNState.description = The active state of the Nest thermostat
channel-type.nest.WWNState.state.option.OFF = off
channel-type.nest.WWNState.state.option.HEATING = heating
channel-type.nest.WWNState.state.option.COOLING = cooling
channel-type.nest.WWNStreaming.label = Streaming
channel-type.nest.WWNStreaming.description = If the camera is currently streaming
channel-type.nest.WWNSunlightCorrectionActive.label = Sunlight Correction Active
channel-type.nest.WWNSunlightCorrectionActive.description = If sunlight correction is active
channel-type.nest.WWNSunlightCorrectionEnabled.label = Sunlight Correction Enabled
channel-type.nest.WWNSunlightCorrectionEnabled.description = If sunlight correction is enabled
channel-type.nest.WWNTemperature.label = Temperature
channel-type.nest.WWNTemperature.description = Current temperature
channel-type.nest.WWNTimeToTarget.label = Time to Target
channel-type.nest.WWNTimeToTarget.description = Time left to the target temperature approximately
channel-type.nest.WWNTimeZone.label = Time Zone
channel-type.nest.WWNTimeZone.description = The time zone for the structure
channel-type.nest.WWNUiColorState.label = UI Color State
channel-type.nest.WWNUiColorState.description = Current color state of the protect
channel-type.nest.WWNUiColorState.state.option.GRAY = gray
channel-type.nest.WWNUiColorState.state.option.GREEN = green
channel-type.nest.WWNUiColorState.state.option.YELLOW = yellow
channel-type.nest.WWNUiColorState.state.option.RED = red
channel-type.nest.WWNUsingEmergencyHeat.label = Using Emergency Heat
channel-type.nest.WWNUsingEmergencyHeat.description = If the system is currently using emergency heat
channel-type.nest.WWNVideoHistoryEnabled.label = Video History Enabled
channel-type.nest.WWNVideoHistoryEnabled.description = If the video history is enabled for this camera
channel-type.nest.WWNWebUrl.label = Web URL
channel-type.nest.WWNWebUrl.description = The web URL for the camera, allows you to see the camera in a web page
# channel types config
channel-type.config.nest.sdm_camera_image.imageHeight.label = Image Height
channel-type.config.nest.sdm_camera_image.imageHeight.description = The height in pixels used for generating event images. This parameter is ignored when the image width parameter is also configured.
channel-type.config.nest.sdm_camera_image.imageWidth.label = Image Width
channel-type.config.nest.sdm_camera_image.imageWidth.description = The width in pixels used for generating event images. A default value of 480 pixels is used if not configured.
channel-type.config.nest.sdm_fan_timer_mode.fanTimerDuration.label = Fan Timer Duration
channel-type.config.nest.sdm_fan_timer_mode.fanTimerDuration.description = Specifies the length of time in seconds that the timer is set to run.