alarm_attachment Property

This property contains a sound file attached to the alarm.

Syntax

def get_alarm_attachment(alarm_index: int) -> str: ...
def set_alarm_attachment(alarm_index: int, value: str) -> None: ...

Default Value

""

Remarks

This property contains a sound file attached to the alarm. If the alarm_action is set to aAudio, this property may optionally contain a base-64 encoded binary sound file to be played. The alarm_attachment_type property indicates the data type of the attached file.

The alarm_index parameter specifies the index of the item in the array. The size of the array is controlled by the alarm_count property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]