Toshiba / Mbed OS mbed-os-example-pelion
Embed: (wiki syntax)

« Back to documentation index

PelionBase Class Reference

PelionBase Class Reference

Inherits icetea_lib::bench::Bench.

Public Member Functions

def post_campaign
 Function for starting a update campaign TODO: Replace with Python SDK implementation.
def check_campaign_state
 Function for checking firmware update status from Cloud TODO: Replace with Python SDK implementation.

Detailed Description

Base class containing common implementation shared by tests

Definition at line 31 of file pelion_helper.py.


Member Function Documentation

def check_campaign_state (   self,
  campaign_id 
)

Function for checking firmware update status from Cloud TODO: Replace with Python SDK implementation.

Definition at line 124 of file pelion_helper.py.

def post_campaign (   self,
  payload 
)

Function for starting a update campaign TODO: Replace with Python SDK implementation.

Definition at line 109 of file pelion_helper.py.