OpenHPS/openhps-rdf

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

Summary

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

SerializableObject({
    rdf: {
        type: posoc.EddystoneBeacon,
    },
})(BLEEddystone);