events/iot_button.go (6 lines of code) (raw):

// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. package events type IoTButtonEvent struct { SerialNumber string `json:"serialNumber"` ClickType string `json:"clickType"` BatteryVoltage string `json:"batteryVoltage"` }