@modmyiqos/ble

CLI Toolchain for talking with tobacco heating devices via BLE / not affiliated with PMI

Usage no npm install needed!

<script type="module">
  import modmyiqosBle from 'https://cdn.skypack.dev/@modmyiqos/ble';
</script>

README

@modmyiqos/ble

CLI Toolchain for talking with tobacco heating devices via BLE / not affilated with PMI

oclif Version Downloads/week License

Usage

$ npm install -g @modmyiqos/ble
$ iqos COMMAND
running command...
$ iqos (-v|--version|version)
@modmyiqos/ble/0.0.0 darwin-x64 node-v16.3.0
$ iqos --help [COMMAND]
USAGE
  $ iqos COMMAND
...

Commands

iqos autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ iqos autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ iqos autocomplete
  $ iqos autocomplete bash
  $ iqos autocomplete zsh
  $ iqos autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

iqos config

config

USAGE
  $ iqos config

See code: src/commands/config.ts

iqos config:get [KEY]

get config value

USAGE
  $ iqos config:get [KEY]

See code: src/commands/config/get.ts

iqos config:remove [KEY]

remove config value

USAGE
  $ iqos config:remove [KEY]

See code: src/commands/config/remove.ts

iqos config:set [KEY] [VALUE]

set config value

USAGE
  $ iqos config:set [KEY] [VALUE]

See code: src/commands/config/set.ts

iqos discover

discover heating devices nearby

USAGE
  $ iqos discover

EXAMPLE
  $ iqos discover
  scanning for devices, please enable pairing or if you already paired with this machine please trigger the pocket

See code: src/commands/discover.ts

iqos help [COMMAND]

display help for iqos

USAGE
  $ iqos help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

iqos update [CHANNEL]

update the iqos CLI

USAGE
  $ iqos update [CHANNEL]

See code: @oclif/plugin-update