Mercurial > code > home > repos > homeauto
view service/mqtt_graph_bridge/config_cardreader.n3 @ 1414:1a277dba4cdc
oneShot can send to a dev instance
Ignore-this: 37dfe0f67c01c221b861d2b3e3900051
darcs-hash:85955653cb2158901ccdc4bd204c78a2b0cf54c2
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 24 Jul 2019 01:03:21 -0700 |
parents | 31aed1a0af9c |
children |
line wrap: on
line source
@prefix : <http://projects.bigasterisk.com/room/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix fr: <http://bigasterisk.com/foaf/> . :cardReader a :MqttStatementSource; :mqttTopicHead ("nightlight_display1" "tag"); :valueProcess [ :conversion :tagIdToUri # AA-BB-CC-DD to <http://bigasterisk.com/rfidCard/aabbccdd> ]; :graphStatements [ :outputPredicate :currentRead; :statementLifetime "5s"; ] .