Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Entwicklung
  4. Kleiner Fehler in adapter-settings.js

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

Kleiner Fehler in adapter-settings.js

Scheduled Pinned Locked Moved Entwicklung
2 Posts 2 Posters 937 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • carsten04C Online
    carsten04C Online
    carsten04
    Developer
    wrote on last edited by
    #1

    Ich hoffe hier ist der richtige Platz:

    in adapter-settings.js steht ab Zeile 1096:

    `if (names[i].name === 'room') {
                                options = $table.data('rooms');
                            }
                            else {
                                options = names[i].options;
                            }` 
    
    richtig wäre aber:
    `~~[code]~~if (names[i].name === 'room') {
                                options = $table.data('rooms');
                            } else if (names[i].name === 'func') {
                                options = $table.data('functions');
                            } else {
                                options = names[i].options;
                            }` 
    
    sonst werden die
    `~~[code]~~enum.functions[/code]`
    nicht ausgelesen und in der Table angezeigt.
    
    Beste Grüße
    
    Carsten[/i][/i][/i][/code][/i][/i]
    
    1 Reply Last reply
    0
    • apollon77A Online
      apollon77A Online
      apollon77
      wrote on last edited by
      #2

      Ich habs im Github mal geändert …kannst also gern mit der Version mal testen ... aber Bluefox sollte dazu noch was sagen

      https://github.com/ioBroker/ioBroker.ad ... 98442f7eec

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      Support us

      ioBroker
      Community Adapters
      Donate

      607

      Online

      32.4k

      Users

      81.4k

      Topics

      1.3m

      Posts
      Community
      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
      ioBroker Community 2014-2025
      logo
      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Recent
      • Tags
      • Unread 0
      • Categories
      • Unreplied
      • Popular
      • GitHub
      • Docu
      • Hilfe