particleExt icon

particleExt

Particle Connector Extension
particleExtAxon funcs

Registered StackHub users may elect to receive email notifications whenever a new package version is released.

There are 2 watchers.

v1.0.3

particleLearn
particleLearn(conn, args)

Learns the Particle tree, traversing devices and variables.

Params

  • args: A Str List whose number of contents determine the level of learn to perform. The following are possible:
    • []: Learn devices
    • [{deviceId}]: Learn device variables

Return

The objects available at the specified level of the learn.

Fantom signature:
@Axon static Grid particleLearn(Obj conn, Obj? args)
particlePing
particlePing(conn)

Pings the particle connector.

Params

  • conn: The connector to ping.
Fantom signature:
@Axon static Dict? particlePing(Obj conn)
particleSyncCur
particleSyncCur(points)

Sync cur values from the particle cloud.

Params

  • points: The points that should have their cur synced
Fantom signature:
@Axon static Obj? particleSyncCur(Obj points)
Published by Jay Herron