函数:device.setAlarmVolume 设置闹钟音量
函数名称:设置闹钟音量
函数功能:设置闹钟音量大小
函数方法
device.setAlarmVolume(vol)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
vol | number | 是 | 闹钟音量,范围 0~100 |
函数用例
--不同设备范围可能不同
device.setAlarmVolume(7)
vol = device.getAlarmVolume()
dialog(vol,5000)
注意事项
- 目前积木编程函数和触动精灵函数不通用,请仔细查看本手册,此手册中函数仅支持积木编程,不支持触动精灵,同理请勿将触动精灵函数在积木编程运行。