We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在编写情景模式的脚本的时候,发现了只能检测当前的wifi,并不能检测先前的wifi ssid 。 但是我的脚本运行条件为离开了特定的一个wifi后启用,条件写的是 "condition": "wifiStateChanged == true && wifiState.ssid == "13-101"" 但是,这个判断条件的问题是,不管连接什么其他的网络,这个脚本都会运行,最终导致我无网络连接
希望可以像应用切换的条件一样,弄一个从什么wifi切换到什么wifi的接口
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在编写情景模式的脚本的时候,发现了只能检测当前的wifi,并不能检测先前的wifi ssid 。
但是我的脚本运行条件为离开了特定的一个wifi后启用,条件写的是
"condition": "wifiStateChanged == true && wifiState.ssid == "13-101""
但是,这个判断条件的问题是,不管连接什么其他的网络,这个脚本都会运行,最终导致我无网络连接
希望可以像应用切换的条件一样,弄一个从什么wifi切换到什么wifi的接口
The text was updated successfully, but these errors were encountered: