{% include 'menu.html' %}
{{ title }}
Board Type Management Documentation
USER INFO (required)
Server:
{% for choice in server_choices %}
{{ choice }}
{% endfor %}
Server to use (prod/wmt-prod).
Environment:
{% for choice in env_choices %}
{{ choice }}
{% endfor %}
Environment (aws/gcp). Most partners should use AWS.
Account ID:
Partner Account ID (required)
API Security Key:
Board-type Management API Security Key taken from Wiliot Platform (required)
Board Name:
boardName (required - need the name defined in the BTM, can be found in get_board_types output)
GET INFORMATION
CREATE & UPDATE VERSION
ACTIONS
Get available board types
(Get all available board types for the selected account)
Get all versions for a board type
(Get all available versions for the selected board type)
VERSION INFO
versionId:
Version name (versionId is required)
interfaceChipSwVersion:
IP version
bleChipSwVersion:
BLE version
ACTIONS
Publish new version
Publish new version to the selected board type
Add a file to a version
Upload a file according to version info
Set version to beta
0
1
Set existing version to beta (1) or official (0)
Run
{% if error %}
{{ error }}
{% endif %} {% if cmd_display %}
Command
{{ cmd_display }}
{% endif %}
Output
{{ output | safe }}