| 74 | |
| 75 | |
| 76 | class SensorDisableCommand(resource.ContentPackResourceDisableCommand): |
| 77 | display_attributes = ["all"] |
| 78 | attribute_display_order = [ |
| 79 | "id", |
| 80 | "ref", |
| 81 | "pack", |
| 82 | "name", |
| 83 | "enabled", |
| 84 | "poll_interval", |
| 85 | "entry_point", |
| 86 | "artifact_uri", |
| 87 | "trigger_types", |
| 88 | ] |