Skip to content

danielo515/openhasp-designer

Repository files navigation

Unofficial openHasp layout designer

This is a little project that aims to make creating layouts for openHasp easier. It is intentionally limited on the number of functionalities, as it is not meant to be a full-featured tool.

To learn more about openHasp, please visit the openHasp website.

Features

The following is a list of available features:

  • Import existing layouts from jsonL
  • Importing a normal JSON array of openHAsp objects is also supported
  • Export to jsonL
  • Easily add new components to your page
  • Multiple pages support
  • Easily edit a subset of object properties

Supported openHasp components.

Below is a list of currently supported components, any component not listed is not yet supported.

  • Button
  • Label

Development

Available Scripts

In the project directory, you can run:

npm dev or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm run build

Builds the app for production to the dist folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.