Mercurial > code > home > repos > light9
diff light8/patchdata2.py @ 206:851cf44cea40
rename clientid and allow it as an argument
author | drewp |
---|---|
date | Sun, 10 Apr 2005 15:13:48 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/light8/patchdata2.py Sun Apr 10 15:13:48 2005 +0000 @@ -0,0 +1,56 @@ +patch = { + +# ('side l','sidepost1') : 45, # posts + + 'oran1':21, 'oran2':25, 'oran3':29, 'oran4':33, + 'gree1':22, 'gree2':26, 'gree3':30, 'gree4':34, + 'blue1':23, 'blue2':27, 'blue3':31, 'blue4':35, + 'red1' :24, 'red2' :28, 'red3' :32, 'red4' :36, + + ('edge-l',) : 52, + ('edge-r',) : 64, + + ('red-c',) : 53, + + ('stairs-c',) : 55, + ('sharlyn-c',) : 60, + + ('floor1',) : 59, + ('floor2',) : 57, + ('floor3',) : 56, + ('floor4',) : 62, + + ('deep1',) : 51, + ('deep2',) : 54, + ('deep3-red',) : 65, + ('deep4',) : 63, + ('deep5',) : 50, + ('deep6',) : 49, + ('deep7-warm',) : 66, + + 'post-l':45, + 'post-r':46, + + 'down-front-sides':16, + 'down-front-c':18, + 'down-l':13, + 'down-r':14, + 'down-back1':39, + 'down-back2':40, + + 'front1':2, + 'front2':3, + 'front3':4, + 'front4':5, + 'front5':9, + 'front6':11, + 'front7':8, + 'front8':12, + + + 'cyc' : 44, + + 'blacklight':61, + 'house':68, + +}