Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The component generation tool uses a template in YML to create the component's IDL and implementation.

Code Block
languagecppyml
titletuya_bulb.yml
linenumberstrue
working_dir: /home/developer/workspace
prefix: ACSIOT
module: acsiot
component_name: TuyaBulb
functions:
  - 'void turnOn(in string api_region, in string api_key, in string api_secret, in string device_id)'
  - 'void turnOff(in string api_region, in string api_key, in string api_secret, in string device_id)'

...