Command
Default
		- Default Command Structure.
				
				Edit
			
			
				
					{
    _id = 0,
    cluster_id = 50,
    name = "Arm",
    type = "generated",
    is_mfg_specific = false,
    mfg_code = 1,
    version = 1
}				
			
            
				
				Edit
			
			| field | type | description | 
|---|---|---|
| _id | int | command identifier | 
| name | string | command name | 
| type | string | command type( generated or received ) | 
| is_mfg_specific | bool | is command manufacturer specific | 
| mfg_code | int | command manufacturer code | 
| cluster_id | int | command cluster ID | 
| version | int | command version (Not implemented) | 
 
                                    