Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
unix
FI printers over Samba on Linux
Commits
4d5dde87
Commit
4d5dde87
authored
Jan 18, 2021
by
Martin Klimes (k11m1)
Browse files
Cleanup data structure
parent
b312917b
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.pl
View file @
4d5dde87
...
...
@@ -16,72 +16,67 @@ use File::Copy;
my
$printers
=
{
'
copy4b
'
=>
{
'
model
'
=>
'
TA5007ci
',
'
location
'
=>
'
Building B, 4th floor
'
'
location
'
=>
'
Building B, 4th floor
'
,
},
'
copy3a
'
=>
{
'
model
'
=>
'
TA4505ci
',
'
location
'
=>
'
Building A, 3th floor kitchen
'
'
location
'
=>
'
Building A, 3th floor kitchen
'
,
},
'
lj5c
'
=>
{
'
model
'
=>
'
hplj-600
',
'
location
'
=>
'
Building C, 5th floor, next to copy
'
'
location
'
=>
'
Building C, 5th floor, next to copy
'
,
},
'
copy5b
'
=>
{
'
model
'
=>
'
TA5007ci
',
'
location
'
=>
'
Building B, 5th floor
'
'
location
'
=>
'
Building B, 5th floor
'
,
},
#'lj-b010' => {
# 'location' => 'Building B, groundfloor, Building Management',
# 'model' => 'OKI-C531dn'
#},
'
lj4c
'
=>
{
'
model
'
=>
'
hplj-600
',
'
location
'
=>
'
Building C, 4th floor, next to copy
',
'
model
'
=>
'
hplj-600
'
},
'
lj4p
'
=>
{
'
model
'
=>
'
hplj-p4015x
',
'
location
'
=>
'
Building B, 4th floor, next to copy
'
'
location
'
=>
'
Building B, 4th floor, next to copy
'
,
},
'
lj4a
'
=>
{
'
model
'
=>
'
hplj-600
',
'
location
'
=>
'
Building A, 4th floor kitchen
'
'
location
'
=>
'
Building A, 4th floor kitchen
'
,
},
'
copy4a
'
=>
{
'
model
'
=>
'
TA4505ci
',
'
location
'
=>
'
Building A, 4th floor kitchen
',
'
model
'
=>
'
TA4505ci
'
},
'
copy2a
'
=>
{
'
model
'
=>
'
TA4505ci
',
'
location
'
=>
'
Building A, 2nd floor kitchen
'
'
location
'
=>
'
Building A, 2nd floor kitchen
'
,
},
'
lj3a
'
=>
{
'
model
'
=>
'
hplj-600
',
'
location
'
=>
'
Building A, 3th floor kitchen
',
'
model
'
=>
'
hplj-600
'
},
'
lj2a
'
=>
{
'
model
'
=>
'
hplj-600
',
'
location
'
=>
'
Building A, 2nd floor kitchen
'
'
location
'
=>
'
Building A, 2nd floor kitchen
'
,
},
'
copy5c
'
=>
{
'
model
'
=>
'
TA4505ci
',
'
location
'
=>
'
Building C, 5th floor
'
'
location
'
=>
'
Building C, 5th floor
'
,
},
'
lj3b
'
=>
{
'
model
'
=>
'
hplj-p4515x
',
'
location
'
=>
'
Building B, 3th floor, kitchen
'
'
location
'
=>
'
Building B, 3th floor, kitchen
'
,
},
'
lj-a302
'
=>
{
'
model
'
=>
'
hplj-600
',
'
location
'
=>
'
Building A, 3th floor A302 LaSArIS
',
'
model
'
=>
'
hplj-600
'
},
'
copy4c
'
=>
{
'
model
'
=>
'
TA4505ci
',
'
location
'
=>
'
Building C, 4th floor
'
'
location
'
=>
'
Building C, 4th floor
'
,
},
'
lj2b
'
=>
{
'
model
'
=>
'
hplj-p3015
',
'
location
'
=>
'
Building B, 2nd floor, kitchen
'
'
location
'
=>
'
Building B, 2nd floor, kitchen
'
,
}
};
...
...
@@ -91,7 +86,7 @@ my $models = {
},
'
TA4505ci
'
=>
{
'
filters
'
=>
['
kyofilter_B
'],
'
options
'
=>
[
'
Option19=One
',
'
Option21=True
',
'
Option17=DF730
'
]
'
options
'
=>
[
'
Option19=One
',
'
Option21=True
',
'
Option17=DF730
'
]
,
},
'
hplj-600
'
=>
{
'
options
'
=>
['
HPOption_Duplexer=True
'],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment