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

Provide a set of ready to use interfaces #86

Closed
bettio opened this issue Nov 5, 2019 · 0 comments
Closed

Provide a set of ready to use interfaces #86

bettio opened this issue Nov 5, 2019 · 0 comments
Assignees
Labels
documentation This issue or pull request is about documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed user experience This issue is about user experience
Milestone

Comments

@bettio
Copy link
Contributor

bettio commented Nov 5, 2019

Astarte should provide a set of ready to install and user interfaces that can be used as an example and can be without further effort:

{
    "interface_name": "org.astarte-platform.standard-interfaces.GenericSensor",
    "version_major": 1,
    "version_minor": 0,
    "type": "datastream",
    "ownership": "device",
    "mappings": [
        {
            "endpoint": "/%{sensor_id}/value",
            "type": "double"
        }
    ]
}
    "interface_name": "org.astarte-platform.standard-interfaces.AvailableSensors",
    "version_major": 1,
    "version_minor": 0,
    "type": "property",
    "ownership": "device",
    "mappings": [
        {
            "endpoint": "/%{sensor_id}/name",
            "type": "string"
        },
        {
            "endpoint": "/%{sensor_id}/unit",
            "type": "string"
        }
    ]
}
@bettio bettio added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Nov 5, 2019
@bettio bettio self-assigned this Nov 5, 2019
@bettio bettio added this to the v0.11 milestone Nov 19, 2019
@bettio bettio added documentation This issue or pull request is about documentation user experience This issue is about user experience labels Nov 20, 2019
@bettio bettio closed this as completed Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This issue or pull request is about documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed user experience This issue is about user experience
Projects
None yet
Development

No branches or pull requests

1 participant