mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
Sensors: Humidity
This commit is contained in:
parent
751d8f7c63
commit
087b0a4918
5 changed files with 95 additions and 0 deletions
7
src/api/humidity-sensor/services/humidity-sensor.ts
Normal file
7
src/api/humidity-sensor/services/humidity-sensor.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* humidity-sensor service
|
||||
*/
|
||||
|
||||
import { factories } from '@strapi/strapi';
|
||||
|
||||
export default factories.createCoreService('api::humidity-sensor.humidity-sensor');
|
||||
Loading…
Add table
Add a link
Reference in a new issue