mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
import { alovaInstance } from './endpoints';
|
|
|
|
import type { Features } from 'types';
|
|
|
|
export const readFeatures = () => alovaInstance.Get<Features>('/rest/features');
|