– 继电器闲置
– 内部宏指令:每个宏可支持两项联动操作,并具备更多触发能力
– 可以直接在软件主面板窗口控制屋顶(如有需要,该功能也可禁用)
– 密码保护r
– 优化版内置 Web 页面
– 全新配置工具用于修改设备内部硬件配置
– 改进了日志记录功能,现在每个事件都会包含准确的日期和时间,并自动保存至本地磁盘
两大核心注意事项:
– 双重联动操作: 宏命令现在支持两个连续动作(即实现“如果……且……,则执行动作 A 并执行动作 B”的逻辑)。能够通过网络唤醒处于关机或睡眠状态的计算机及其他设备。推送通知 (Pushbullet): 能够通过 Pushbullet 发送实时提醒通知。
– 继电器与传感器配置存储策略变更
设备的配置信息现在会同时存储在 Windows 本地注册表和 Dragonfly 硬件内部。用户可以手动将本地配置发送到 Dragonfly。也可以从 Dragonfly 中恢复配置。这在更换新电脑或同时配置多台 Dragonfly 设备时非常实用,极大简化了迁移流程。
在64位系统中 C:\Program files(x86)\Dragonfly\dfscripts 和32位系统中C:\Program files\Dragonfly\dfscripts 找到 “ShutterStatus.vbs” 文件
找到这一行:
set df = CreateObject( “Dragonfly.Help” )
替换成这行:
on error resume next
set df = CreateObject( “Dragonfly.Help” )
if Err.Number <> 0 then
wscript.quit
end if
on error goto 0
需要允许管理员权限。
这并非严重的系统错误,但如果不进行修改,当 Dragonfly 软件关闭时,可能会偶尔收到脚本报错弹窗。
To provide the best experiences, we use technologies such as cookies to store and/or access device information. Consent to these technologies will allow us to process data such as browsing behaviour or unique identifiers on this site. Not consenting or withdrawing consent may negatively affect certain features and functions.