node-red-contrib-wmi

0.2.8 • Public • Published

node-red-contrib-wmi

A node to retrieve WMI (Windows Management Instrumentation) object on Windows OS

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

    npm install node-red-contrib-wmi

Information

This node retrieves the information of the WMI object on Windows OS. Currently, this node supports the following objects in the pull-down menu on the node property UI.

If you want to get other WMI objects, you can specify the object name in msg.object.

Inputs

  • object - string

    WMI object name (optional)

Outputs

  • payload - object

    WMI object in JSON format

Note: This node can be used on the Windows OS only.

Package Sidebar

Install

npm i node-red-contrib-wmi

Weekly Downloads

1

Version

0.2.8

License

Apache-2.0

Unpacked Size

31.7 kB

Total Files

10

Last publish

Collaborators

  • kazuhitoyokoi