-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
This module adds support for managing FastyBird IoT connectors and devices.
The best way to install fastybird/devices-module is using Composer.
If you don't have Composer yet, download it following the instructions.
If you don't have a project created yet you could start with Nette base project.
You could create new project with simple composer command.
composer create-project nette/web-project path/to/install
Everything required will be then installed in the provided folder.
cd path/to/install
Module could be added to your project with composer command:
composer require fastybird/devices-module
The best way to install @fastybird/devices-module is using Yarn:
yarn add @fastybird/devices-module
or if you prefer npm:
npm install @fastybird/devices-module
This module is dependent on other Nette extensions. All this extensions have to be enabled and configured in NEON configuration file.
Example configuration could be found here
This module is using database, and need some initial data to be inserted into it.
your-console-entrypoint fb:devices-module:install
This console command is interactive and will ask for all required information.
Tip
If you find incorrect or missing information, feel free to notify us. You could use the issue tracker or mail or X network for any idea that can improve the project. Thank you for testing, reporting and contributing.
Homepage https://www.fastybird.com and repository https://github.com/fastybird/devices-module.