ShutdownSensor contains the 'shutdown sensor' command fields
| 100 | |
| 101 | // ShutdownSensor contains the 'shutdown sensor' command fields |
| 102 | type ShutdownSensor struct{} |
| 103 | |
| 104 | // GetName returns the command message ID for the 'shutdown sensor' command |
| 105 | func (m *ShutdownSensor) GetName() MessageName { |
nothing calls this directly
no outgoing calls
no test coverage detected