add systemUsage to bypass switches

Signed-off-by: lixiangpeng5 <lixiangpeng5@huawei.com>
Change-Id: I6e5f10d4b0cbadf49246d374f856f4d38a5da593
This commit is contained in:
lixiangpeng5 2024-07-23 07:22:21 +00:00
parent f74276e6e1
commit d5f85705a6

View File

@ -453,6 +453,16 @@ declare namespace vibrator {
* @since 11
*/
usage: Usage;
/**
* Indicates whether to bypass system management switches.
*
* @type { ?boolean }
* @syscap SystemCapability.Sensors.MiscDevice
* @systemapi
* @since 12
*/
systemUsage?: boolean;
}
/**