1
0
Fork 0

scanservjs: Update Canon IP address

Switched the Canon Pixma G7020 to WiFi in the new house, so its IP
address changed.
dch-webhooks-secrets
Dustin 2023-07-08 07:05:29 -05:00
parent 82fdf455e5
commit 2c6eb63bbb
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ module.exports = {
afterDevices(devices) { afterDevices(devices) {
devices devices
.filter(d => d.id == 'escl:https://172.30.0.234:443') .filter(d => d.id == 'escl:https://172.30.0.235:443')
.forEach(device => { .forEach(device => {
device.name = 'Canon PIXMA G7020'; device.name = 'Canon PIXMA G7020';
device.features['-x'].limits = [0, 216]; device.features['-x'].limits = [0, 216];

View File

@ -1,3 +1,3 @@
SCANIMAGE_LIST_IGNORE=true SCANIMAGE_LIST_IGNORE=true
DEVICES=escl:https://172.30.0.234:443 DEVICES=escl:https://172.30.0.235:443
PAPERLESS_URL=http://paperless-ngx.paperless-ngx.svc.cluster.local:8000 PAPERLESS_URL=http://paperless-ngx.paperless-ngx.svc.cluster.local:8000