Skip to content

Latest commit

 

History

History
129 lines (105 loc) · 4.25 KB

File metadata and controls

129 lines (105 loc) · 4.25 KB

Notecard API Reference

Card Commands

from notecard import card

Notecard API Python Library API
card.attn card.attn
card.aux card.aux
card.aux.serial card.auxSerial
card.binary card.binary
card.binary.get card.binaryGet
card.binary.put card.binaryPut
card.carrier card.carrier
card.contact card.contact
card.dfu card.dfu
card.illumination card.illumination
card.io card.io
card.led card.led
card.location card.location
card.location.mode card.locationMode
card.location.track card.locationTrack
card.monitor card.monitor
card.motion card.motion
card.motion.mode card.motionMode
card.motion.sync card.motionSync
card.motion.track card.motionTrack
card.power card.power
card.restart card.restart
card.restore card.restore
card.sleep card.sleep
card.status card.status
card.temp card.temp
card.time card.time
card.trace card.trace
card.transport card.transport
card.triangulate card.triangulate
card.usage.get card.usageGet
card.usage.test card.usageTest
card.version card.version
card.voltage card.voltage
card.wifi card.wifi
card.wireless card.wireless
card.wireless.penalty card.wirelessPenalty

DFU Commands

Notecard API Python Library API
dfu.get NOT IMPLEMENTED
dfu.set NOT IMPLEMENTED

Env Commands

from notecard import env

Notecard API Python Library API
env.default env.default
env.get env.get
env.modified env.modified
env.set env.set
env.template NOT IMPLEMENTED

File Commands

from notecard import file

Notecard API Python Library API
file.changes file.changes
file.delete file.delete
file.stats file.stats
file.changes.pending file.pendingChanges

Hub Commands

from notecard import hub

Notecard API Python Library API
hub.get hub.get
hub.log hub.log
hub.set hub.set
hub.status hub.status
hub.sync hub.sync
hub.sync.status hub.syncStatus

Note Commands

from notecard import note

Notecard API Python Library API
note.add note.add
note.changes note.changes
note.delete note.delete
note.get note.get
note.update note.update
note.template note.template

NTN Commands

from notecard import ntn

Notecard API Python Library API
ntn.gps NOT IMPLEMENTED
ntn.reset NOT IMPLEMENTED
ntn.status NOT IMPLEMENTED

Var Commands

Notecard API Python Library API
var.delete NOT IMPLEMENTED
var.get NOT IMPLEMENTED
var.set NOT IMPLEMENTED

Web Commands

Notecard API Python Library API
web.get NOT IMPLEMENTED
web.post NOT IMPLEMENTED
web.put NOT IMPLEMENTED
web.delete NOT IMPLEMENTED
web NOT IMPLEMENTED