创建一个 DevicePoint 实例。 请使用 create 来创建实例,而不是通过 new 模式创建实例。
Optional
使用指定的选项创建一个 DevicePoint 实例。
const point = await DevicePoint.create(); Copy
const point = await DevicePoint.create();
销毁当前对象。
Static
创建一个 DevicePoint 实例。
使用指定的 options 创建一个 DevicePoint 实例。
返回 DevicePoint 实例。
创建一个 DevicePoint 实例。 请使用 create 来创建实例,而不是通过 new 模式创建实例。