Search
Related topics are listed below.
Log Viewer Tab
Using Gravio Studio » Hub Configuration View » Log Viewer Tab
In the Log Viewer tab you can access or download the log files that Gravio produces. They are mainly used for debugging. The logs include: Actmgr – containing any logs the Actions and Steps produce Blemgr – Bluetooth related logs Ctrlmgr –…
JSONPath() Usage Examples
Using Gravio Studio » Action Configuration View » Functions » String Functions » JSONPath() Usage Examples
This section describes an example of using JSONPath(). If the sensor data (cv.Payload) or the argument of the action to be executed in the trigger condition (tv.Data) is in JSON format, you can use JSONPath() to refer to the value. Sample Data { "store": { …
Settings Tab
Using Gravio Studio » Hub Configuration View » Settings Tab
In the Settings tab you can manage various settings aspects such as view the hubkit’s versions, backup or restore, set the base property profiles, deploy image inference models or view the disk usage space. If you have the enterprise version, you can also connect…
Exec
Using Gravio Studio » Action Configuration View » Action Components » Exec
The RunScript component allows you to run OS standard scripts. If Gravio Server is running on Windows it can run batch files, Linux, Raspbian and macOS can run shell scripts. If it is not Windows, you need to give execute rights to the uploaded file. The uploaded file…