From fd9376c3348dd3addd4691d54fe22e1e3a93e6db Mon Sep 17 00:00:00 2001 From: Moritz Sichert Date: Mon, 7 Dec 2015 20:33:04 +0100 Subject: [PATCH] Clarify version in StateHostFirmware and StateWifiFirmware --- messages/device.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/messages/device.md b/messages/device.md index 4053b39..91207e5 100644 --- a/messages/device.md +++ b/messages/device.md @@ -191,7 +191,9 @@ Response to [GetHostFirmware](#gethostfirmware---14) message. Provides host firmware information. * build: firmware build [time](#time) (absolute time in nanoseconds since epoch) -* version: firmware version +* version: firmware version that consists of the major (upper 16 bits) and minor + (lower 16 bits) versions + | Field | Type | |-------|------| @@ -236,7 +238,8 @@ Response to [GetWifiFirmware](#getwififirmware---18) message. Provides Wifi subsystem information. * build: firmware build [time](#time) (absolute time in nanoseconds since epoch) -* version: firmware version +* version: firmware version that consists of the major (upper 16 bits) and minor + (lower 16 bits) versions | Field | Type | |-------|------|