OpenHPS/openhps-rdf

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

Summary

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

SerializableObject({
    rdf: {
        type: posoc.AltBeacon,
    },
})(BLEAltBeacon);