Added XBell

This commit is contained in:
Spaceboy Ross 2018-11-14 12:27:10 -08:00
parent 29b454ee3d
commit 5c46c4f1d3

View file

@ -1019,6 +1019,12 @@ var templates = {
return [ 'CxSssCCxx', [107, 3, timeout, interval, preferBlanking, allowExposures]];
}
],
Bell: [
function(percent) {
return ["CxC",[108,1]];
}
],
ForceScreenSaver: [
function(activate) {