| | |
| | | ///读取IRACC模块固件版本
|
| | | /// <para>reserve:0-ff</para>
|
| | | /// </summary>
|
| | | public async void UpgradeAsync(CommonDevice device, SendUpgradeData upgradeData)
|
| | | public void UpgradeAsync(CommonDevice device, SendUpgradeData upgradeData)
|
| | | {
|
| | | var Gateway = device.Gateway;
|
| | | if (Gateway == null)
|
| | |
| | | ///读取IRACC模块固件版本
|
| | | /// <para>status:0--成功;1--失败;ff--无效 .</para>
|
| | | /// </summary>
|
| | | public async void SendFinishAsync(CommonDevice device, int status)
|
| | | public void SendFinishAsync(CommonDevice device, int status)
|
| | | {
|
| | | var Gateway = device.Gateway;
|
| | | if (Gateway == null)
|