Skip to content

config diff reports false-positive changes when control titles are duplicated #8

Description

@tobsch

Problem

blocks info returns an empty inputs array for blocks that clearly have inputs.

Repro

lox-cli blocks info LightController2 -o json
# → "inputs": []   (but the block has I1..I8, Move, Presence, EnMove, InputDisable, Sel1..Sel8, …)

outputs and parameters are populated; only inputs is empty (at least for LightController2 — worth auditing others).

Expected

inputs should list the block's input connectors.

Impact

Anyone using blocks info to classify connectors (e.g. to render/lay out or validate wiring) gets wrong data and must fall back to deriving inputs from the wiring graph.


Found during an agent-driven analysis session (Claude Code) building multi-room logic on a real config.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions