Release date: 31st July 2019
We’re introducing our new rules engine - Earl!
It’s been redesigned from ground up to let you create simple automatic logic effortlessly, and make creating complex logic possible.
Using our drag and drop rule designer, you will be able to mix and match different components to create rules that fit your usecase.
In our old rules wizard, you could actuate a device when your assets changed state (either every time, or when a certain threshold was reached), and you could send a notification to yourself. You could also do both of these actions at preset date and time.
With Earl, you can do all of that, and more!
Oh, and all of your existing rules are now migrated to Earl.
We’re launching Earl with 3 components - Notify, Comparison, and Day & Time. Go try all of them, and stay tuned, because we will be releasing more!
Greetings, LPWAN enthusiasts! We have released improvements to ABCL!
{
"sense": [
{"asset": "temperature", "value": {"json": "t"}}
]
}
The code above will take the payload like `{"t": 23}` and use it to set the `temperature` asset’s state to `23`.
$payload
selector. To get it, you will need to use an array
asset. Its value will be set to the array of bytes representing the payload.{
"sense": [
{"asset": "fullPayload", "value": "$payload"}
]
}
$metaAll
. An object asset needs to be used to hold this value.$metaSF
and $metaBW
, respectively.For more details, please consult the ABCL specification at https://docs.allthingstalk.com/dl/AllThingsTalk_Binary_Conversion_Language_1_1_0.pdf
We have updated the device debugger so that it keeps your debug logs between sessions.
No need to curse at heavens next time you refresh the debug window by accident!