mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 12:08:16 +08:00
36 lines
697 B
JSON
36 lines
697 B
JSON
{
|
|
"name":"widget_buzzer",
|
|
"date":"2019-07-09",
|
|
"team":"AWTK Develop Team",
|
|
"author":"xxx <xxx@zlg.cn>",
|
|
"desc":"wrap buzzer device to a widget",
|
|
"copyright":"Guangzhou ZHIYUAN Electronics Co.,Ltd.",
|
|
"includes":[],
|
|
"props": [
|
|
{
|
|
"name":"freq",
|
|
"desc":"频率",
|
|
"init_value":3200,
|
|
"type":"int32_t"
|
|
},
|
|
{
|
|
"name":"volume",
|
|
"desc":"音量(0-100)",
|
|
"init_value":50,
|
|
"type":"int32_t"
|
|
},
|
|
{
|
|
"name":"duration",
|
|
"desc":"持续时间(毫秒)",
|
|
"init_value":500,
|
|
"type":"int32_t"
|
|
},
|
|
{
|
|
"name":"enable",
|
|
"desc":"打开或关闭",
|
|
"init_value":0,
|
|
"type":"bool_t"
|
|
}
|
|
]
|
|
}
|