{
  "presets" : {
    "toothbrush": {
      30  : "vibrashort" ,
      60  : "vibrashort" ,
      90  : "vibrashort" ,
      120 : "vibralong"
    },
    "5 minutes lightning": {
      240 : "vibrashort"   ,
      241 : "rocketblue"   ,
      270 : "vibrashort"   ,
      271 : "rocketorange" ,
      300 : "vibralong"    ,
      300 : "rocketgreen"
    },
    "30 minutes": {
        900  : "vibrashort"   ,
        901  : "rocketblue"   ,
        1200 : "vibrashort"   ,
        1201 : "rocketorange" ,
        1500 : "vibrashort"   ,
        1501 : "rocketgreen"
    },
    "45 minutes": {
        1800 : "vibrashort"   ,
        1801 : "rocketblue"   ,
        2700 : "vibrashort"   ,
        1201 : "rocketorange" ,
        1500 : "vibrashort"   ,
        1501 : "rocketgreen"
    },
    "60 minutes": {
        1800 : "vibrashort"   ,
        1801 : "rocketblue"   ,
        2700 : "vibrashort"   ,
        2701 : "rocketorange" ,
        3300 : "vibrashort"   ,
        3301 : "rocketgreen"  ,
        3600 : "vibraimpulse"
    }
  },
	"alarmtypes" : {
	  "vibrashort"   : { "type" : "vibra", "onofftimes" : [150, 100, 150] },
	  "vibralong"    : { "type" : "vibra", "onofftimes" : [250, 100, 250, 100, 500]    },
	  "vibraimpulse" : { "type" : "vibra", "onofftimes" : [50,  100, 50,  100, 50, 100, 50, 100, 50, 100, 50, 100, 50] },
	  "rocketblue"   : { "type" : "rocket", "num" : 0 , "brightness" : 31},
	  "rocketorange" : { "type" : "rocket", "num" : 1 , "brightness" : 31},
	  "rocketgreen"  : { "type" : "rocket", "num" : 2 , "brightness" : 31}
	}
}
