-
Notifications
You must be signed in to change notification settings - Fork 8
/
interface_todo.txt
46 lines (31 loc) · 973 Bytes
/
interface_todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
V0.0.1:
✓ Particle.devices ==> Array<Particle::Device>
✓ Particle.claim_device(device_id)
✓ Particle.claim_device(Particle::Device)
✓ Particle.remove_device(device_id)
✓ Particle.remove_device(Particle::Device)
✓ Particle.device(device_id) ==> Particle::Device
✓ device.attributes
✓ device.claim
✓ device.remove
✓ device.rename
✓ device.function
✓ device.variable
✓ device.signal
V0.0.2:
✓ Particle.publish
✓ Particle.webhooks
✓ Particle.create_webhook
✓ Particle.remove_webhook
✓ Particle.login(user, password, options) ==> set access_token on client
✓ Particle.create_token(user, password, options)
✓ Particle.tokens(user, password) ==> Array<Particle::Tokens>
✓ Particle.remove_token(user, password, token)
V0.0.3:
✓ Particle.flash
✓ device.flash(list of files)
✓ device.compile(list of files)
✓ Particle.compile(list of files, platform)
Particle.downloadBinary
Not done:
device.subscribe