Skip to main content

imp.configure(name, inputs, outputs)

Sets pre-IDE application information

Availability

Device
DEPRECATED METHOD — DO NOT USE IN NEW CODE

Parameters

Name Type Description
name String Default name for device (deprecated functionality)
inputs Array Array of Input Ports (deprecated functionality)
outputs Array Array of Output Ports (deprecated functionality)

Returns

String

Description

This method is deprecated and should no longer be used. It originally configured a connection between the imp and the server. It controlled behavior in the Blueprint, which has been superseded by the IDE and then impCentral™ and is no longer supported. If used in running code, it will have no effect, and a warning will be issued by impCentral.

Input and Output Ports are also deprecated functionality and should not be used. They have been superseded by an imp’s agent, which mediates communication between the imp and the outside world. In particular, agent.send() should be used to transmit notifications and data from the device to the agent.

Note This method has been removed from versions of impOS running on the impC001.