Download the PHP package odboxxx/sens-api without Composer
On this page you can find all versions of the php package odboxxx/sens-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download odboxxx/sens-api
More information about odboxxx/sens-api
Files in odboxxx/sens-api
Download odboxxx/sens-api
More information about odboxxx/sens-api
Files in odboxxx/sens-api
Vendor odboxxx
Package sens-api
Short Description API for synchronization sensors data with SPA app
License MIT
Package sens-api
Short Description API for synchronization sensors data with SPA app
License MIT
Please rate this library. Is it a good library?
Informations about the package sens-api
Sens-API package for Laravel 10
API для датчиков и SPA-приложения
Download
``
Install
Usage
request from sensors
``
parameters:
Parameter | Type | Desc |
---|---|---|
sensor | integer | sensor id (required) |
T | decimal | температура (conditional) для датчика 1 |
P | decimal | давление (conditional) для датчика 2 |
v | decimal | скорость вращения (conditional) для датчика 3 |
response from API
Content-Type: application/json
Parameter | Type | Desc |
---|---|---|
result | integer | id показателя или 0, если фиксация показателя не удалась |
example
``
request from SPA
``
parameters:
Parameter | Type | Desc |
---|---|---|
sensors | array of int | массив sensor id (required) |
sdate | integer | дата, время начала отчётного периода (required) Unix timestamp |
edate | integer | дата, время завершения отчётного периода (required) Unix timestamp |
response from API
Content-Type: application/json
Parameter | Type | Desc |
---|---|---|
cases_quant_total | integer | количество запросов принятых от датчиков всего |
data | array | массив с данными полученными от датчиков |
sensor_id | integer | id датчика |
cases_quant | integer | количество запросов принятых от определенного датчика |
cases | array | массив с данными полученными от определенного датчика |
value | decimal | значение параметра датчика |
time | integer | дата, время фиксации параметра Unix timestamp |
example
``
All versions of sens-api with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
The package odboxxx/sens-api contains the following files
Loading the files please wait ....