Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorial: Fix description of sitemap 'type' #1204

Merged
merged 1 commit into from
Apr 25, 2020

Commits on Apr 24, 2020

  1. tutorial: Fix description of sitemap 'type'

    In the tutorial, the generic sitemap description says that ItemType has
    to be the same as the type defined in default.items.
    Looking at
    https://www.openhab.org/docs/configuration/items.html#type and
    https://www.openhab.org/docs/configuration/sitemaps.html#element-types
    this is incorrect as they take different values.
    The example is even mislading as `Switch` is one of the only types which
    is common between items and sitemaps. Might be better to describe
    `Default` instead.
    
    Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
    cfergeau committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    6278faf View commit details
    Browse the repository at this point in the history