C30团餐设备定时开关机接口
作者:许小龙
发布时间:2023-09-22
点击数:
Intent intent = new Intent("com.easytouch.auto_power");
intent.putExtra("poweron_time", "07:30"); //自动开机时间
intent.putExtra("poweroff_time", "21:56"); //自动关机时间
intent.putExtra("effective", true); //true为启动此功能,false为关闭此功能
intent.addFlags(0x01000000);
sendBroadcast(intent);