Package Exports
- iobroker.linkeddevices
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (iobroker.linkeddevices) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ioBroker.linkeddevices
linkeddevices adapter for ioBroker
linkeddevices creates linked objects (datapoints) of devices with a self-defined structure. This makes it possible to create a structure in ioBroker, where all objects are centralized, e.g. to be used in vis views or scripts. This offers for example the advantage that with hardware exchange, only the linked objects must be recreated and all vis views and scripts works again.
With the adapter you can also convert objects or convert them to other types (not yet fully implemented).

This adapter is inspired from virtual devices script by Pman.
Configuration
Changelog
0.4.1
- (Scrounger) Bug fix: auto generate globale script for Javascript Script Engine with variables for all linked Object
0.4.0
- (Scrounger) expertsettings for string: convert to boolean
- (Scrounger) custom settings of linked object: added button to open custom settings of parent object
- (Scrounger) adapter configuration: auto generate globale script for Javascript Script Engine with variables for all linked Object
- (Scrounger) Bug fix: native data stored in linked object if available
- (Scrounger) bug fixes
0.3.2
- (Scrounger) expertsettings for string: add prefix and suffix to string
- (Scrounger) expertsettings for number (readonly): convert to duration
- (Scrounger) expertsettings for number (readonly): convert to date, time or datetime
- (Scrounger) bug fixes
0.3.0
- (Scrounger) linked devices overview added to adapter configuration
- (Scrounger) bug fixes
0.2.1
- (Scrounger) boolean to string converter added
- (Scrounger) bug fixes
0.2.0
- (Scrounger) number to boolean converter added
- (Scrounger) number expert settings for min, max added
- (Scrounger) bug fixes
0.1.5
- (Scrounger) expert settings properties renamed -> you must recreate your expert settings for all parent objects !!!
- (Scrounger) custom dialog prepared for convert to other type
- (Scrounger) bug fixes
0.1.0
- (Scrounger) custom dialog layout changed
- (Scrounger) conversion bug fixes
- (Scrounger) change unit bug fixes
0.0.4
- (Scrounger) main function added
- (Scrounger) change unit for linked objects
- (Scrounger) set number of decimal places for linked objects
- (Scrounger) set conversion for read only linked objects
0.0.1
- (Scrounger) initial release
License
MIT License
Copyright (c) 2019 Scrounger
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

