Matthias Kleine

Results 57 issues of Matthias Kleine

## Describe the bug At the moment there are three (?) ways to open a documentation for an adapter: 1. In the adapter list by using the ``?`` Button https://github.com/ioBroker/ioBroker.admin/blob/bbcc2fb28ad21f2550a0bb558005d6c2a631aebc/src-rx/src/tabs/Adapters.jsx#L1000-L1002...

enhancement

At the moment, the user can edit files directly in the admin tab "files" (depends on file extension). https://github.com/ioBroker/ioBroker.admin/blob/fed2bb1f6c17ef0dc6e6152ea3cdfeb1b3aabb1f/src-rx/src/components/FileBrowser.jsx#L1029-L1039 But: This only works, if expert mode is enabled. It would...

enhancement

At the moment a user can edit every property (and the raw definition) of an object. Many users suggest in the forum or on facebook to edit adapter properties (like...

enhancement

**Describe the bug** Links between documents of ``common.docs`` are not working. https://github.com/ioBroker/ioBroker.admin/blob/09063aec9d86312a793577482b7beee806fd3058/io-package.json#L116-L132 https://github.com/ioBroker/ioBroker.admin/blob/09063aec9d86312a793577482b7beee806fd3058/docs/de/admin.md#L53-L59 **To Reproduce** 1. Go to tab adapters 2. Search for admin adapter 3. Click "Readme" 4. See...

bug
question

**What kind of device or service you would like to see an adapter for?** https://www.smard.de/ **Is an official API including documentation is available?** Not an official API, but the website...

Requested

Comments are defined like this: ``` .. _This: is a comment! .. [and] this! .. this:: too! .. |even| this:: ! ``` Additionally, support for https://www.sphinx-doc.org/en/master/usage/extensions/todo.html would be awesome ```...

add language

**Describe the bug** When executing ```javascript formatDate(getDateObject('04.03.2022'), "DD.MM.YYYY") formatDate(getDateObject('04/03/2022'), "DD.MM.YYYY") formatDate(getDateObject('04-03-2022'), "DD.MM.YYYY") ``` The result is ``03.04.2022`` https://github.com/ioBroker/ioBroker.javascript/blob/58daed0188a95c6d4dcf6a050ab94130cd0aa589/lib/sandbox.js#L2476-L2490

enhancement
JavaScript

I've added a feature, that the Shelly adapter downloads all scripts to the file section of ioBroker. The idea is, that the user can edit the file and ioBroker will...

undecided 🤷🏽‍♂️

Or is this still in use anywhere? Last change 13 months ago. https://github.com/ioBroker/ioBroker.js-controller/tree/master/doc

documentation :memo:

**Tested with js-controller 4.0.23** Test Script (PNG file header): ```javascript await this.setForeignObjectNotExistsAsync('0_userdata.0.testBinary', { type: 'state', common: { name: 'Test Binary', type: 'file', role: 'value', read: true, write: false, }, native:...

bug :lady_beetle: