OpenHPS/openhps-rdf

View on GitHub
src/mapping/rf/BLEBeaconObject.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { SerializableObject } from '@openhps/core';
import { BLEBeaconObject } from '@openhps/rf';
import { poso } from '../../vocab';

SerializableObject({
    rdf: {
        type: poso.BluetoothBeacon,
    },
})(BLEBeaconObject);