Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

version 1.0

written by Picolabs

wrangler is an operating system written in KRL. Wrangler simplifies programming Picos and their interactions by providing a clean api.

Wrangler replaces CloudOs and adds new prototype and collection functionality.

To use just add "use module v1_wrangler alias wrangler" in your meta block.

 

 

 

 

Functions:

* - defaction


FunctionUse
skyQuery 

Ruleset Functions

FunctionUse

rulesets

 

*installRulesets

 
*uninstallRulesets 

Channel Functions

FunctionUse
channelInfo 
nameFromEci 
eciFromName 
channels 
channelAttributes 
channelPolicy 
channelType 
*updateAttributes 
*updatePolicy 
*deleteChannel 
*createChannel 

Pico Functions

FunctionUse
children 
parent 
profile 
pico 
name 
attributes 
prototypes 
*deletePico 
*createChildFromPrototype 

Subscription Functions

FunctionUse
subscriptions 
randomName 
checkName 
subscriptionsAttributes 

Error Handling Functions

FunctionUse
standardOut 
standardError 
  • No labels