Skip to content

Commit

Permalink
Updating doc
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Oct 11, 2022
1 parent c72b849 commit 907a71e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

## What is FastyBird IoT devices module?

Devices module is a [Nette framework](https://nette.org) extension for managing connectors and connected devices and their basic logic.
Devices module is a [FastyBird](https://www.fastybird.com) [IoT](https://en.wikipedia.org/wiki/Internet_of_things)
extension for managing connectors and connected devices and their basic logic.

[FastyBird](https://www.fastybird.com) [IoT](https://en.wikipedia.org/wiki/Internet_of_things) devices module is
an [Apache2 licensed](http://www.apache.org/licenses/LICENSE-2.0) distributed extension, developed
Expand All @@ -27,7 +28,7 @@ in [PHP](https://www.php.net) with [Nette framework](https://nette.org) and in [
### Features:

- Devices connectors management
- Devices and channels management
- Devices and their channels management
- Support for data [exchange bus](https://github.com/FastyBird/exchange)
- [{JSON:API}](https://jsonapi.org/) schemas for full api access
- User access [check & validation](https://github.com/FastyBird/simple-auth)
Expand All @@ -37,8 +38,7 @@ in [PHP](https://www.php.net) with [Nette framework](https://nette.org) and in [

## Requirements

PHP part of [FastyBird](https://www.fastybird.com) devices module is tested against PHP 7.4
and [ReactPHP http](https://github.com/reactphp/http) 0.8 event-driven, streaming plaintext HTTP server
PHP part of [FastyBird](https://www.fastybird.com) devices module is tested against PHP 8.1
and [Nette framework](https://nette.org/en/) 3.0 PHP framework for real programmers

JavaScript part of [FastyBird](https://www.fastybird.com) devices module is tested
Expand Down Expand Up @@ -66,7 +66,7 @@ npm install @fastybird/devices-module

## Documentation

Learn how to use devices module and manage your connectors & devices
Learn how to configure and use devices module and manage your connectors & devices
in [documentation](https://github.com/FastyBird/devices-module/blob/main/.docs/en/index.md).

## Feedback
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fastybird/devices-module",
"version": "0.75.0",
"description": "Devices module data model plugin",
"description": "FastyBird IoT devices module for devices management & basic control logic",
"keywords": [
"devices",
"orm",
Expand Down

0 comments on commit 907a71e

Please sign in to comment.