ADD file via upload

main
pfvwqyiue 6 months ago
parent 7104eca10d
commit 12ee3e3b01

@ -0,0 +1,21 @@
/**
*
*
*/
public interface Alarmable {
/**
*
*/
void triggerAlarm();
/**
*
*/
void stopAlarm();
/**
*
* @param level 1-10
*/
void setAlarmSensitivity(int level);
}
Loading…
Cancel
Save