| 59 | |
| 60 | |
| 61 | class SensorEnableCommand(resource.ContentPackResourceEnableCommand): |
| 62 | display_attributes = ["all"] |
| 63 | attribute_display_order = [ |
| 64 | "id", |
| 65 | "ref", |
| 66 | "pack", |
| 67 | "name", |
| 68 | "enabled", |
| 69 | "poll_interval", |
| 70 | "entry_point", |
| 71 | "artifact_uri", |
| 72 | "trigger_types", |
| 73 | ] |
| 74 | |
| 75 | |
| 76 | class SensorDisableCommand(resource.ContentPackResourceDisableCommand): |