Get hostname of connected WiFi
string - hostname of connected WiFi
getAddOnConfigs - get list of add-ons configured on the robot
Promise
getFileList - get list of files on file system
Promise
getFriendlyName
friendly name
getHWElemList - get the list of hardware elements connected to the robot - the result (if successful) is processed as follows: = if no filter is applied then all non-add-ons found are stored in this._hwElemsExcludingAddOns and all addons are stored in this._connectedAddOns = if a filter is applied and this filter is RSAddOns then this._connectedAddOns is updated with the new list of addons = in all cases the discovered list is returned
Promise
getRICCalibInfo
Promise
getRICName
Promise
getRICSystemInfo
Promise
Get BLEMan sysmod info
RICSysModInfoBLEMan
Get Wifi connection status
boolean - true if connected
invalidate
pause Wifi connection
boolean - true if successful
getSystemInfo - get system info
Promise
runCommand
command API string
parameters (simple name value pairs only) to parameterize trajectory
Promise
setRICName
name to refer to RIC - used for BLE advertising
Promise
Connect to WiFi
boolean - true if successful
Disconnect WiFi
boolean - true if successful
WiFiScan get results
boolean - false if unsuccessful, otherwise the results of the promise
WiFiScan start
boolean - true if successful
Generated using TypeDoc
constructor