Back to project page AGOGCyberStat.
The source code is released under:
MIT License
If you think the Android project AGOGCyberStat listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.agog.cyberstat; public class Trigger { public String ssid; // Cleaned ssid public Boolean connect; // Trigger is active when wifi connects public String temp; // warm or cold public Boolean notify; // Do we want notifications for this trigger public Boolean sound; // Do we want sound for this trigger public String ringtone; // If not null. Set specific ringtone title versus default alert }