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

Bosch IoT things generator outputs folder structure matching things paradigm #459

Closed
aedelmann opened this issue Dec 2, 2016 · 5 comments
Milestone

Comments

@aedelmann
Copy link
Contributor

aedelmann commented Dec 2, 2016

No description provided.

@stefferber
Copy link

;-)

@erlemantos
Copy link
Contributor

Can you give a more detailed explanation for this issue? What things paradigm are we to follow?

@erlemantos
Copy link
Contributor

Given the XDK information model, would you like this kind of structure?

|-- feature
|   |-- accelerometer
|   |   `-- status
|   |       `-- status.schema.json
|   |-- alertnotification
|   |   |-- operations
|   |   |   |-- resetAlert-result.schema.json
|   |   |   `-- resetAlert.schema.json
|   |   `-- status
|   |       `-- status.schema.json
|   |-- barometer
|   |   |-- operations
|   |   |   |-- resetMinMaxValues-result.schema.json
|   |   |   `-- resetMinMaxValues.schema.json
|   |   `-- status
|   |       `-- status.schema.json
|   |-- gyroscope
|   |   `-- status
|   |       `-- status.schema.json
|   |-- humiditysensor
|   |   |-- operations
|   |   |   |-- resetMinMaxValues-result.schema.json
|   |   |   `-- resetMinMaxValues.schema.json
|   |   `-- status
|   |       `-- status.schema.json
|   |-- lightcontrol
|   |   |-- configuration
|   |   |   `-- configuration.schema.json
|   |   `-- status
|   |       `-- status.schema.json
|   |-- lightsensor
|   |   |-- operations
|   |   |   |-- resetMinMaxValues-result.schema.json
|   |   |   `-- resetMinMaxValues.schema.json
|   |   `-- status
|   |       `-- status.schema.json
|   |-- magnetometer
|   |   `-- status
|   |       `-- status.schema.json
|   |-- temperaturesensor
|   |   |-- operations
|   |   |   |-- resetMinMaxValues-result.schema.json
|   |   |   `-- resetMinMaxValues.schema.json
|   |   `-- status
|   |       `-- status.schema.json
|   |-- xdksensordevice
|   |   |-- configuration
|   |   |   `-- configuration.schema.json
|   |   `-- status
|   |       `-- status.schema.json
|   `-- xdksensordevice1
|       |-- configuration
|       |   `-- configuration.schema.json
|       `-- status
|           `-- status.schema.json

@erlemantos
Copy link
Contributor

If the above structure is satisfactory, the branch for modified code is in -> https://github.com/bsinno/vorto/tree/feature/vorto-459

@aedelmann
Copy link
Contributor Author

Structure proposal:

  • com.bosch.devices.fb.Accelerometer_1.0.0 (folder)
    -- state (folder)
    --- state.schema.json
    --- state_status.schema.json
    --- state_configuration.schema.json
    --- state_fault.schmea.json
    -- operations (folder)
    --- resetMinMaxValues.schema.json
    --- resetMinMaxValues_result.schema.json
  • com.bosch.fb.ColorLight-1.0.0 (folder)
    -- state (folder)
    --- state.schema.json
    --- state_configuration.schema.json
    -- operations (folder)
    --- setColor.schema.json
    --- setColor_result.schema.json

erlemantos pushed a commit to bosch-io/vorto that referenced this issue Jan 10, 2017
@aedelmann aedelmann modified the milestone: 0.9.0 Jan 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants