Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 776 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 776 Bytes

node-red-contrib-miio-airfresh

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
	}
}