Skip to content

Commit

Permalink
Capability to automatically detect new devices added
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Nov 24, 2023
1 parent a2d9c50 commit d7a06a8
Show file tree
Hide file tree
Showing 7 changed files with 1,669 additions and 132 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ If you like my work, please consider a personal donation
* (DutchmanNL)
-->
### __WORK IN PROGRESS__
* (DutchmanNL) Capability to automatically detect new devices added
* (DutchmanNL) Ensures a compatible pillow version is used (10.0.1)
* (SimonFischer04) Add pillow python package by default, resolves #188

Expand Down
40 changes: 20 additions & 20 deletions admin/jsonConfig.json5
Original file line number Diff line number Diff line change
Expand Up @@ -107,24 +107,23 @@
// Enable/disable autodiscovery and store setting in adapter config object
"autodiscovery": {
"newLine": true,
"disabled": "true",
"type": "checkbox",
"sm": 2,
"md": 2,
"sm": 4,
"md": 4,
"label": "lblAutoDiscovery"
},

"discoveryListeningAddress" : {
"type": "ip",
"disabled": "true",
"sm": 2,
"md": 2,
"default": "0.0.0.0",
"label": "lblDiscoveryListeningAddress",
"help": "hlpDiscoveryListeningAddress",
"listenOnAllPorts" : true,
"onlyIp4" : true
},
// "discoveryListeningAddress" : {
// "type": "ip",
// "disabled": "true",
// "sm": 2,
// "md": 2,
// "default": "0.0.0.0",
// "label": "lblDiscoveryListeningAddress",
// "help": "hlpDiscoveryListeningAddress",
// "listenOnAllPorts" : true,
// "onlyIp4" : true
// },

// Refresh table showing all devices
// Sends message to backend to get all current known devices, their configuration and connection status
Expand Down Expand Up @@ -478,18 +477,19 @@
}

}
}
},

// "sandBox": {
// "type": "panel",
// "label": "sandBox",
// "items": {
// "bindAddress" : {
// "type": "ip",
// "onlyIp4": true,
// "noInternal": true
// }
// "getDataFiles" : {
// "type": "fileSelector",
// "delete": true,
// "doNotSave": true
//
//
// }
// }
// }
}
Expand Down
14 changes: 14 additions & 0 deletions lib/helpers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 23 additions & 27 deletions main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d7a06a8

Please sign in to comment.