From fd6bb20116127f6ac903d4b03abac72a49baa1ae Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Sat, 27 Apr 2019 22:20:21 +0100 Subject: fish --- datafile | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 datafile (limited to 'datafile') diff --git a/datafile b/datafile new file mode 100644 index 0000000..f270d3a --- /dev/null +++ b/datafile @@ -0,0 +1,41 @@ +#time_adjust = 5 + +# valid characters 0-9, A-Z, space, !"#$%&'()*+,-./:\ (division sign) = (bell symbol) ? +# alarm #, Month/Day, 24 hour time, "label", on/off +# 1-10, 0/0 anytime; 0/day a day per month; mon/day that day, hh:mm, "up to 16 characters and special values", on/off 1/0 +alarm = 1, 0/0, 20:55, "DS9", 1 +alarm = 2, 0/0, 19:55, "Voyager", 1 +alarm = 3, 0/0, 12:53, "no idea", 0 + +# timer #, "hh:mm:ss", "8 char label" repeat, chron ; only one of repeat or chron can be true +# the time is treated as a string to get the seconds, so it must have quotes +timer = 1, "12:34:11", "test 123", 0, 0 +timer = 2, "00:15", "15 mins.", 1, 0 +timer = 3, "00:30", "30 mins.", 0, 1 + +phone = "111111111111", "000000000000000" +phone = "9119119111 W", "call me" +phone = "5093363720 C", "Garren" + +# appointment (model 70 and 150) +# appointment = MM/DD/YY, hh:mm:ss, "15 char message" +#appointment = 10/29/99, 14:30, "this is a test" +# do appointments not take a year? +appointment = 10/29, 14:30, "this is a test" + +# chrono label and number of laps, "8 char label", laps range from 2 to 50 +# default entry +#chron = " Chrono", 8 +chron = " Chrono 8", 8 + +# hourly chime, button beep +system = 0, 0 + +# timezone, timezone #, 3 characters label, offset from system clock in minutes, hour format 1=12hour, 2=24hour, date format US=0 +timezone = 1, "ABC", 0, 1, 0 +timezone = 2, "CBS", 0, 2, 0 + +#wristapp = "~/.datalink/timer13.app" +#wristapp = "~/.datalink/melody17.app" +#melody = "~/.datalink/mainline.spc" +#melody = "~/src/watch/xx" -- cgit v1.2.3