scanservjs: Update Canon IP address
Switched the Canon Pixma G7020 to WiFi in the new house, so its IP address changed.dch-webhooks-secrets
parent
82fdf455e5
commit
2c6eb63bbb
|
@ -77,7 +77,7 @@ module.exports = {
|
|||
|
||||
afterDevices(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 => {
|
||||
device.name = 'Canon PIXMA G7020';
|
||||
device.features['-x'].limits = [0, 216];
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue