0.0.4 • Published 2 years ago

node-red-contrib-miio-airfresh v0.0.4

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
2 years ago

node-red-contrib-miio-airfresh

In Progress...

Node-Red Nodes for Xiaomi Air Fresh (MJXFJ-150-A1). Model: dmaker.airfresh.a1.

Available nodes are:

  • miio-airfresh-in: get changes
  • miio-airfresh-get: get status of device
  • miio-airfresh-out: send command to device

HomeKit characteristic properties.

{
	"Active": {},
	"CurrentAirPurifierState": {},
	"TargetAirPurifierState": {},
	"SwingMode": {},
	"LockPhysicalControls": {},
	"RotationSpeed": {
	     "minValue": 0,
         "maxValue": 100,
         "minStep": 1
	}
}