Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是关于 Airwatch Rest API。是否有任何命令(API)可用于在 Airwatch Rest API(以编程方式)中重新启动设备,如 Lock、OsUpdate 等。
谢谢,先生
没有可用于重启设备的 Airwatch API,但这可以通过编程来完成。您可以使用EmdkWrapper ExtensionforZebra和devices 并且 forHoneywell您可以使用其他几个库。MotorolaSamsung
EmdkWrapper Extension
Zebra
Honeywell
Motorola
Samsung
public bool RebootDevice() { return EmdkWrapper.current.SetProfile(); }