Added #15: GET API for changing values

This commit is contained in:
Mark van Renswoude 2018-01-31 21:03:08 +01:00
parent b7d7d5e18c
commit 1a131c96bf
10 changed files with 2663 additions and 2568 deletions

23
API.md
View File

@ -1,5 +1,6 @@
# API
- [GET /api/apply](#get-apiapply)
- [GET /api/version](#get-apiversion)
- [GET /api/connection/status](#get-apiconnectionstatus)
- [GET /api/connection](#get-apiconnection)
@ -14,6 +15,28 @@
- [POST /api/triggers/motion](#post-apitriggersmotion)
- [POST /api/firmware](#post-apifirmware)
## GET /api/set
Intended for integration into scripts or home automation systems, like Domoticz, where it's often easier to perform GET calls than it is to post JSON data.
The following query parameters are supported:
| Parameter name | Description |
| -------------- | - |
| value | Brightness value from 0 to 255. Applied to all steps. |
| percent | Percentage value from 0 to 100. Same behaviour as value. |
| time | Optional. Transition time in milliseconds. |
| from | Optional. Where to start the fade. Can be either 'top' or 'bottom'. If omitted or any other value, all steps change brightness at the same time. |
Either value or percent is required.
*Example request*
```http://192.168.4.1/api/set?percent=50&time=1000&from=top```
## GET /api/version
Returns the unique identifier of the chip and the version of the firmware.

View File

@ -4,92 +4,97 @@
#include <pgmspace.h>
const uint8_t EmbeddedBundleCSS[] PROGMEM = {
0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0xad,0x58,0xdb,0x6e,0xa3,0x38,0x18,0x7e,0x15,0xa4,
0x6a,0xa5,0xe9,0x0a,0x10,0x49,0x4a,0x9a,0x82,0x66,0xb5,0xab,0x7d,0x87,0xbd,0x19,0xe5,0xc2,0x80,0x09,
0x56,0x09,0x46,0xb6,0xd3,0xb4,0x83,0x78,0xf7,0xfd,0x6d,0x63,0x62,0x83,0xdb,0xe9,0x8c,0x46,0x28,0x07,
0x7c,0xf8,0xcf,0x87,0xcf,0x6e,0xc4,0xb9,0x1d,0x0a,0xfa,0x1a,0x71,0xf2,0x9d,0x74,0xa7,0xac,0xa0,0xac,
0xc2,0x2c,0x82,0x91,0xbc,0xa6,0x9d,0x90,0xc3,0x38,0xdb,0x6f,0xe3,0xf4,0x8f,0xf1,0xcf,0x30,0x43,0xb5,
0xc0,0x2c,0xcc,0x0a,0x5c,0x53,0x86,0xed,0x6d,0xa4,0x6b,0x30,0x23,0x62,0x2c,0x68,0xf5,0x36,0x14,0xa8,
0x7c,0x3e,0x31,0x7a,0xe9,0xaa,0xa8,0xa4,0x2d,0x65,0xd9,0x5d,0x92,0x24,0xf9,0xf4,0xb7,0xae,0x6b,0x4d,
0xb9,0x46,0x67,0xd2,0xbe,0x65,0xff,0x61,0x56,0xa1,0x0e,0x85,0xff,0x30,0x82,0xda,0x90,0xa3,0x8e,0x47,
0x1c,0x48,0xd5,0x16,0xfb,0x4d,0xbc,0xc3,0x67,0xfd,0x7e,0xc5,0xe4,0xd4,0x88,0x6c,0x07,0xf4,0x5a,0x2c,
0x40,0x98,0x88,0xf7,0xa8,0x94,0x12,0xc4,0xc9,0x06,0x16,0xb5,0xa4,0xc3,0x51,0xa3,0x17,0xc1,0xb6,0xbc,
0x47,0x55,0x05,0xb3,0xa0,0x8f,0x10,0xf4,0x9c,0xed,0x18,0x3e,0x8f,0x7f,0x9f,0x71,0x45,0x50,0xc0,0x4b,
0x86,0x71,0x17,0xa0,0xae,0x0a,0xbe,0x9c,0x49,0x17,0x5d,0x49,0x25,0x9a,0xec,0x71,0x7f,0xe8,0x5f,0xef,
0x07,0xa5,0x87,0xd9,0x2c,0x68,0xaf,0x77,0x8e,0x68,0x10,0xf8,0x55,0x44,0x15,0x2e,0x29,0x43,0x82,0xd0,
0x2e,0xeb,0x68,0x87,0xc7,0x6f,0x2f,0x51,0xd9,0x52,0xf4,0x7c,0x1c,0x2a,0xc2,0xfb,0x16,0xbd,0xe9,0xe1,
0xbb,0x12,0x44,0x46,0x20,0x11,0xb3,0x4c,0x92,0xdd,0x6d,0x13,0xf9,0xe4,0x67,0xc4,0x4e,0xc0,0x56,0x12,
0xdf,0x02,0x71,0x23,0x6a,0xb6,0x91,0x2f,0xca,0xb4,0x0d,0xaa,0xe8,0x35,0x4b,0x82,0x24,0x48,0x93,0xfe,
0x35,0xb8,0xab,0xcb,0x7a,0x5f,0xd6,0xb9,0x76,0x51,0xc6,0x69,0x4b,0xaa,0x60,0x23,0x27,0xc0,0xbc,0x9f,
0xd2,0xca,0x12,0xc8,0x1a,0x37,0x92,0xb4,0xb8,0x16,0x19,0xba,0x08,0x6a,0x06,0x98,0x32,0xa3,0x1c,0x19,
0xc7,0xb8,0xc1,0x08,0xb8,0x0e,0x3d,0xe5,0x44,0x29,0xce,0x70,0x0b,0x16,0x78,0xc1,0x66,0x26,0x20,0xe7,
0xd3,0x50,0x83,0x15,0x44,0x26,0x09,0xb9,0x34,0x36,0xef,0xd9,0x1d,0xbd,0xce,0x12,0x3e,0x4a,0x09,0x0d,
0xb1,0xf8,0x4a,0x6a,0xc2,0x05,0x12,0x17,0x3e,0x94,0x2d,0x46,0x0c,0x02,0x53,0x34,0xb6,0xcd,0xb4,0x43,
0x3e,0xa3,0xb5,0x8f,0xe6,0xac,0x06,0x2a,0xc0,0x8e,0x17,0x81,0x73,0x2d,0x68,0x92,0x4b,0xda,0xc9,0xac,
0xaf,0xbd,0x29,0x88,0x49,0x57,0x91,0x12,0x09,0xca,0x66,0x3f,0x93,0x4e,0x45,0x5c,0xd1,0xd2,0xf2,0x39,
0xd7,0x5c,0x95,0xff,0x4c,0x08,0x6a,0x5f,0xaa,0x94,0x62,0xa8,0x22,0x17,0x9e,0xa5,0xc9,0x1f,0xae,0x6d,
0xe2,0x54,0x6a,0xf2,0x31,0xbf,0x6f,0x15,0x12,0x28,0xd2,0xc3,0x5f,0xc1,0x89,0x1d,0x2e,0x05,0xae,0x8e,
0x9e,0x4c,0xdb,0x3d,0xed,0x7f,0x86,0x16,0xe8,0x61,0x93,0x5b,0x46,0xd6,0x89,0xe1,0xb7,0x5f,0x10,0x0d,
0xc2,0xd8,0x27,0x5b,0xfd,0xb4,0xfb,0x19,0x62,0x98,0x31,0xca,0x7c,0x74,0x4a,0x08,0xf7,0xb8,0xb8,0x40,
0x46,0x77,0x61,0x5c,0x36,0xb8,0x7c,0x0e,0x62,0x19,0xd9,0x8c,0xb6,0x61,0xdc,0x51,0x01,0x94,0x4b,0x95,
0x9d,0x61,0xdc,0xa3,0x0e,0xb7,0x81,0xfe,0x89,0x64,0x52,0x2f,0x86,0xb4,0x34,0x61,0x2c,0x9d,0x43,0x2d,
0x2a,0x57,0xc4,0x3a,0xd0,0x22,0x9c,0xb8,0x34,0xbb,0x90,0x74,0xfd,0x45,0x7c,0x13,0x6f,0x3d,0xfe,0xca,
0x2f,0xc5,0x99,0x88,0x63,0xc8,0x71,0x0b,0xca,0x1a,0xab,0x49,0x7b,0x69,0xcb,0xdd,0x6d,0x36,0x9b,0x85,
0xd7,0x77,0x90,0x66,0x56,0x4e,0x93,0x8e,0x63,0x01,0x79,0x2d,0xf7,0xb0,0x53,0x81,0xbe,0x6c,0xd3,0x34,
0x34,0x9f,0x78,0x73,0x1f,0x9a,0x05,0x91,0x5c,0xb1,0x33,0xab,0x92,0x50,0x3e,0xf1,0xee,0x36,0x9f,0xbc,
0x4b,0x24,0x39,0xdc,0x87,0x7a,0x6e,0xbb,0xd8,0xbe,0x49,0xef,0x8d,0xf9,0x62,0x54,0xca,0x1c,0x0e,0xa7,
0xd7,0x6c,0x7a,0x75,0x27,0xdd,0x39,0xcb,0x0e,0xdd,0xe5,0x5c,0x60,0x76,0xb4,0x87,0x7a,0xc4,0xf9,0x15,
0x34,0x3f,0x7a,0xec,0x15,0xaf,0x29,0x4c,0x33,0x1e,0xda,0xb2,0xce,0x1e,0x43,0xf9,0x8d,0x18,0x46,0x1f,
0xdb,0xf8,0xd6,0x64,0xd4,0xb0,0x99,0xf3,0x5a,0x7b,0x69,0x8c,0x6d,0x6a,0xcc,0xe4,0x35,0xe1,0x1c,0x67,
0xd3,0xcf,0x5a,0x76,0x7f,0x29,0x30,0xc5,0x1c,0x48,0x03,0x47,0xd3,0xfb,0xaa,0xaa,0xca,0xed,0x4e,0xf0,
0x90,0xc8,0x27,0x2f,0x2f,0x8c,0xc3,0x74,0x4f,0x49,0x07,0x1d,0xcd,0xe9,0x61,0xaa,0xca,0x19,0x67,0xd5,
0xb4,0xbc,0xf0,0xd9,0x57,0xee,0x5b,0x43,0x5f,0x20,0x8e,0x9d,0x85,0xce,0x3a,0x67,0x99,0xc7,0x37,0x7a,
0x95,0xc7,0x35,0xef,0x4e,0x28,0x52,0xc3,0x3b,0x9a,0xa5,0x89,0x7c,0x72,0x7a,0x11,0x52,0x9b,0x2c,0xf9,
0x3d,0x01,0xf7,0xd9,0x40,0x32,0x52,0x95,0x65,0xe9,0x48,0xb5,0x3d,0xc8,0xc7,0xc8,0x12,0xf5,0x8c,0x40,
0x25,0x7e,0xf3,0x39,0xd5,0xd9,0xb5,0xdd,0xa7,0x68,0xb3,0xdc,0xe5,0x7a,0xc3,0x8c,0x66,0xfe,0xd1,0xdf,
0x6e,0x76,0x47,0xbe,0xfd,0xe3,0xb6,0xd8,0x8f,0x68,0x62,0xea,0x87,0x28,0xb1,0x80,0x4e,0xf7,0x51,0x2b,
0x55,0x0b,0xfe,0x32,0x34,0x6c,0x48,0x20,0x6b,0xd0,0xa2,0x9c,0x25,0xee,0xf2,0xac,0x26,0x8c,0x8b,0xa8,
0x6c,0x48,0x5b,0x39,0x5b,0x93,0x75,0x19,0x54,0x25,0x0b,0x7e,0x17,0x14,0x5a,0x34,0x13,0x58,0xb0,0x52,
0xe5,0x4f,0x6d,0x5c,0x32,0x95,0x26,0x5a,0x03,0x92,0xfc,0x7b,0x04,0xfd,0x04,0xbf,0x66,0xe0,0x32,0x30,
0x15,0x87,0xb9,0x29,0x1e,0x64,0x37,0xb3,0x60,0xe5,0xa1,0x17,0xb9,0xb2,0x15,0x6a,0xc9,0xa9,0xcb,0x4a,
0xac,0xb2,0x6f,0x01,0xcb,0x46,0xa7,0xa1,0xfc,0x3b,0xe3,0xa7,0x99,0x6d,0x4d,0x5e,0x71,0x95,0xcf,0x28,
0xce,0x30,0xdf,0xef,0xf7,0x9f,0x03,0x27,0x7e,0xf2,0x7a,0x4d,0xaa,0x8a,0x87,0xb2,0x24,0xc0,0x86,0xd1,
0x95,0xc5,0x8d,0x81,0xa7,0x47,0x54,0x1c,0x96,0xb0,0x71,0x93,0x4c,0xe8,0xd0,0x06,0xdf,0x8b,0x6a,0x63,
0x2a,0x55,0x9c,0x82,0xf4,0x93,0xf2,0x13,0x5a,0xd6,0xb0,0x74,0x05,0xf8,0x7e,0x5a,0xad,0x41,0x87,0xd1,
0x5a,0x85,0x20,0x3e,0x63,0xce,0xd1,0x09,0x0f,0xd7,0x86,0x08,0xac,0xb0,0x3c,0xce,0x7a,0x86,0xdd,0x65,
0xb1,0x42,0x02,0x8e,0xbe,0x4f,0x8f,0x3b,0xb4,0x83,0x4c,0x56,0xdd,0x7f,0x6a,0xdf,0xfe,0x4a,0xbc,0x50,
0xf7,0xc2,0xe5,0x99,0x41,0x35,0x6e,0x95,0x18,0xb9,0xcd,0xb9,0xa3,0x57,0x86,0xfa,0x71,0x85,0x29,0x5c,
0x74,0x30,0x78,0x4a,0xf8,0x47,0x78,0x70,0x0f,0x3e,0x34,0x78,0x50,0xfe,0xf7,0x40,0xe8,0x89,0x61,0x8b,
0x0a,0x7c,0x63,0xa7,0xde,0xfc,0x4a,0xd9,0x39,0xa6,0x1c,0x07,0x81,0x2e,0xc0,0x5a,0xed,0x14,0xcb,0x10,
0x8e,0x13,0x51,0xfd,0x8d,0xab,0xa5,0x36,0xab,0x71,0x47,0xab,0x7d,0x22,0x1f,0x43,0x02,0x44,0x40,0x45,
0x8b,0x2b,0xb3,0xd5,0xbc,0x0f,0x93,0x6d,0xc1,0x57,0xc0,0xb7,0xa5,0x57,0x5c,0x8d,0x2b,0x24,0xe5,0xbe,
0x4b,0xac,0xa7,0xce,0x43,0x4b,0x4c,0xbc,0xdc,0x68,0x16,0x5a,0x07,0xc8,0x35,0x66,0x97,0x59,0x97,0xce,
0x19,0x02,0x7f,0xb4,0xc5,0x2d,0x83,0xef,0x65,0xa1,0xf1,0x2b,0x3c,0x8b,0x62,0xe9,0xad,0x1a,0x86,0x9d,
0x43,0x9b,0x05,0x5c,0x90,0xd0,0xc9,0x8d,0x0e,0x43,0xe6,0x07,0xd2,0x3d,0xf8,0xa4,0x53,0x65,0xd0,0xef,
0x26,0xd7,0x50,0x13,0x24,0x5f,0x43,0x94,0xc3,0xbd,0xa9,0xb0,0x9a,0xb8,0xcc,0xfa,0xad,0x86,0x39,0xb9,
0x60,0x70,0x98,0x86,0x83,0xfa,0x39,0x63,0x14,0x10,0x35,0xfe,0x12,0x3d,0xa4,0x15,0x3e,0xdd,0xdb,0x1a,
0x2a,0x7c,0x99,0xb8,0x88,0xc8,0x01,0x44,0x96,0xde,0x92,0x54,0x64,0xa2,0xc5,0x2a,0x93,0x70,0xee,0x1e,
0x7f,0x01,0x15,0x2e,0x11,0x9e,0x07,0x17,0xdd,0x8a,0x96,0x53,0xa5,0xa6,0xbc,0x4a,0x20,0x6a,0x0c,0x04,
0xff,0xf4,0x66,0x5b,0x52,0xb0,0xcf,0x09,0x1f,0x1d,0x55,0xd8,0xaa,0x08,0xaa,0xa3,0x6b,0xb3,0x19,0x6e,
0x7d,0x63,0x7b,0x5b,0x04,0x8d,0xb0,0xd9,0x4e,0x31,0xca,0x49,0x0b,0x59,0xe8,0x5c,0x5b,0x2c,0x56,0xee,
0xec,0x3e,0xb4,0xc6,0x25,0xeb,0xad,0x37,0xc1,0x95,0x10,0x0f,0x83,0xbd,0xe2,0x81,0xcd,0xda,0x98,0x84,
0x3c,0x7a,0x32,0x32,0x7f,0x8f,0xe7,0x5e,0x3e,0xa3,0x5b,0x64,0x9c,0xea,0x32,0xf9,0x76,0x61,0x0f,0x65,
0x44,0x5d,0x9b,0x22,0x5d,0x93,0x06,0xe7,0x38,0xab,0x9b,0x66,0x03,0xd5,0x76,0x41,0xd5,0x6d,0xbc,0x96,
0x54,0x0b,0x7b,0x4f,0xe7,0xe1,0x96,0x22,0xa9,0xfb,0xb0,0xc0,0x29,0xeb,0x8e,0x3d,0xc6,0x00,0x8d,0x68,
0x2f,0x73,0x8f,0x3b,0xe0,0x23,0xb5,0xb0,0x33,0x1f,0x7c,0xfb,0x20,0xa7,0x00,0x20,0x0c,0xab,0x96,0xcf,
0x05,0xee,0x1d,0x52,0x3b,0x2b,0x2e,0xd8,0x0c,0xcc,0x7d,0x95,0x5c,0x6e,0x0d,0x26,0xca,0xb7,0xdb,0x16,
0x67,0xeb,0x83,0x61,0x11,0xc4,0x2f,0xa8,0xbd,0xe0,0x1f,0x5c,0x46,0xc4,0x2a,0x28,0x6f,0xf6,0x1a,0xdf,
0xa3,0x6e,0x02,0xd8,0x2c,0x18,0xa2,0x2b,0x2e,0x9e,0x09,0x68,0xdd,0xf7,0x00,0xfb,0x50,0xa7,0x3a,0x9c,
0x6c,0x79,0x73,0xfe,0x98,0x42,0xa4,0x6c,0xbe,0xc0,0x6a,0x70,0x34,0x52,0x83,0xeb,0xd4,0xb2,0x50,0xbd,
0xe6,0x94,0x65,0x86,0x95,0x7e,0x8f,0x44,0x03,0x45,0xe0,0x5d,0xfe,0x7e,0x79,0xb6,0xd6,0xbd,0xc9,0xd6,
0x7f,0x6f,0x62,0xcb,0x32,0x5d,0x86,0xb9,0xed,0xdd,0x12,0xe8,0x4c,0xbf,0x47,0x2a,0xc1,0x27,0x61,0x7e,
0x27,0x93,0xe9,0x76,0xc0,0x83,0x48,0x7e,0x08,0xa7,0x56,0xbe,0xea,0xa8,0xbc,0xf3,0xb0,0x2b,0x83,0x27,
0x52,0x15,0x6e,0xb7,0xd0,0xfb,0xa8,0xaf,0x2f,0x06,0x1f,0x5e,0x33,0x27,0xcf,0xd1,0x77,0xd3,0x31,0xac,
0xf1,0xf8,0x84,0xc9,0xf3,0xf9,0xe6,0x57,0xd2,0x32,0xed,0xc4,0xd5,0xe7,0xc3,0x32,0xeb,0xe5,0x17,0xe8,
0xfa,0x62,0xd5,0xad,0x4f,0x5e,0xc0,0x7a,0x89,0xa9,0x83,0x9f,0x4c,0x66,0x7d,0xcf,0xa8,0xb2,0x64,0xf4,
0xf3,0x35,0x58,0xca,0x37,0x67,0xac,0xed,0x91,0x5a,0xdf,0x5f,0x2f,0x0e,0x20,0xf3,0x11,0xc4,0x31,0xc0,
0x2e,0x91,0xcf,0x6c,0x20,0x5d,0x39,0x14,0x95,0xe9,0x7c,0xba,0xb4,0xbc,0xbd,0xb7,0x78,0x40,0xe9,0xc1,
0x31,0xde,0x54,0x4b,0x3f,0x00,0x92,0xea,0x22,0x36,0xbe,0x62,0xfc,0x5c,0xa1,0x37,0xbe,0xce,0x7a,0x33,
0x63,0x90,0xa3,0xde,0x75,0x80,0xa9,0xff,0x01,0x2a,0xd5,0x64,0x08,0xe5,0x17,0x00,0x00};
0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0xad,0x59,0xdb,0x6e,0xa3,0x38,0x18,0x7e,0x15,0xa4,
0x6a,0xa5,0xe9,0x0a,0x10,0x21,0x25,0x4d,0x41,0xb3,0xda,0xd5,0xbe,0xc3,0xde,0x8c,0x72,0x61,0xc0,0x04,
0xab,0x04,0x23,0xe3,0x34,0xcd,0x20,0xde,0x7d,0x7f,0xdb,0x98,0xd8,0xe0,0x74,0x3a,0xa3,0x11,0x6a,0x12,
0x7c,0xf8,0xcf,0x87,0xcf,0x6e,0xcd,0x4f,0xcd,0x90,0xd3,0xf7,0xa0,0x27,0xdf,0x49,0x7b,0x4c,0x73,0xca,
0x4a,0xcc,0x02,0x18,0xc9,0x2a,0xda,0x72,0x31,0x8c,0xd3,0x5d,0x1c,0x26,0x7f,0x8c,0x7f,0xfa,0x29,0xaa,
0x38,0x66,0x7e,0x9a,0xe3,0x8a,0x32,0x6c,0x6e,0x23,0x6d,0x8d,0x19,0xe1,0x63,0x4e,0xcb,0xeb,0x90,0xa3,
0xe2,0xf5,0xc8,0xe8,0xb9,0x2d,0x83,0x82,0x36,0x94,0xa5,0x0f,0x51,0x14,0x65,0xd3,0xcf,0xaa,0xaa,0x14,
0xe5,0x0a,0x9d,0x48,0x73,0x4d,0xff,0xc3,0xac,0x44,0x2d,0xf2,0xff,0x61,0x04,0x35,0x7e,0x8f,0xda,0x3e,
0xe8,0x81,0x54,0x65,0xb0,0xdf,0x84,0x5b,0x7c,0x52,0xef,0x17,0x4c,0x8e,0x35,0x4f,0xb7,0x40,0xaf,0xc1,
0x1c,0x84,0x09,0xfa,0x0e,0x15,0x42,0x82,0x30,0xda,0xc0,0xa2,0x86,0xb4,0x38,0xa8,0xd5,0x22,0xd8,0x96,
0x75,0xa8,0x2c,0x61,0x16,0xf4,0xe1,0x9c,0x9e,0xd2,0x2d,0xc3,0xa7,0xf1,0xef,0x13,0x2e,0x09,0xf2,0xfa,
0x82,0x61,0xdc,0x7a,0xa8,0x2d,0xbd,0x2f,0x27,0xd2,0x06,0x17,0x52,0xf2,0x3a,0x7d,0xde,0xed,0xbb,0xf7,
0xc7,0x41,0xea,0xa1,0x37,0x73,0xda,0xa9,0x9d,0x23,0x1a,0x38,0x7e,0xe7,0x41,0x89,0x0b,0xca,0x10,0x27,
0xb4,0x4d,0x5b,0xda,0xe2,0xf1,0xdb,0x5b,0x50,0x34,0x14,0xbd,0x1e,0x86,0x92,0xf4,0x5d,0x83,0xae,0x6a,
0xf8,0xa1,0x00,0x91,0x11,0x48,0xc4,0x0c,0x93,0xa4,0x0f,0x71,0x24,0x9e,0xec,0x84,0xd8,0x11,0xd8,0x0a,
0xe2,0x31,0x10,0xd7,0xa2,0xa6,0x1b,0xf1,0x22,0x4d,0x5b,0xa3,0x92,0x5e,0xd2,0xc8,0x8b,0xbc,0x24,0xea,
0xde,0xbd,0x87,0xaa,0xa8,0x76,0x45,0x95,0x29,0x17,0xa5,0x3d,0x6d,0x48,0xe9,0x6d,0xc4,0x04,0x98,0xf7,
0x53,0x5a,0x19,0x02,0x19,0xe3,0x5a,0x92,0x06,0x57,0x3c,0x45,0x67,0x4e,0xf5,0x00,0x93,0x66,0x14,0x23,
0xe3,0x18,0xd6,0x18,0x01,0xd7,0xa1,0xa3,0x3d,0x91,0x8a,0x33,0xdc,0x80,0x05,0xde,0xb0,0x9e,0xf1,0xc8,
0xe9,0x38,0x54,0x60,0x05,0x9e,0x0a,0x42,0x36,0x8d,0xcd,0x3d,0xbb,0xa3,0xf7,0x59,0xc2,0x67,0x21,0xa1,
0x26,0x16,0x5e,0x48,0x45,0x7a,0x8e,0xf8,0xb9,0x1f,0x8a,0x06,0x23,0x06,0x81,0xc9,0x6b,0xd3,0x66,0xca,
0x21,0x9f,0xd1,0xda,0x45,0x73,0x56,0x03,0xe5,0x60,0xc7,0x33,0xc7,0x99,0x12,0x34,0xca,0x04,0xed,0x68,
0xd6,0xd7,0xdc,0xe4,0x85,0xa4,0x2d,0x49,0x81,0x38,0x65,0xb3,0x9f,0x49,0x2b,0x23,0x2e,0x6f,0x68,0xf1,
0x9a,0x29,0xae,0xd2,0x7f,0x3a,0x04,0x95,0x2f,0x65,0x4a,0x31,0x54,0x92,0x73,0x9f,0x26,0xd1,0x1f,0xb6,
0x6d,0xc2,0x44,0x68,0xf2,0x31,0xbf,0x6f,0x25,0xe2,0x28,0x50,0xc3,0x5f,0xc1,0x89,0x2d,0x2e,0x38,0x2e,
0x0f,0x8e,0x4c,0xdb,0xbe,0xec,0x7e,0x86,0x16,0xe8,0x61,0x92,0x5b,0x46,0xd6,0x91,0xe1,0xeb,0x2f,0x88,
0x06,0x61,0xec,0x92,0xad,0x7a,0xd9,0xfe,0x0c,0x31,0xcc,0x18,0x65,0x2e,0x3a,0x05,0x84,0x7b,0x98,0x9f,
0x21,0xa3,0x5b,0x3f,0x2c,0x6a,0x5c,0xbc,0x7a,0xa1,0x88,0x6c,0x46,0x1b,0x3f,0x6c,0x29,0x07,0xca,0x85,
0xcc,0x4e,0x3f,0xec,0x50,0x8b,0x1b,0x4f,0x7d,0x05,0x22,0xa9,0x17,0x43,0x4a,0x1a,0x3f,0x14,0xce,0xa1,
0x06,0x95,0x0b,0x62,0x2d,0x68,0xe1,0x4f,0x5c,0xea,0xad,0x4f,0xda,0xee,0xcc,0xbf,0xf1,0x6b,0x87,0xbf,
0xf6,0xe7,0xfc,0x44,0xf8,0xc1,0xef,0x71,0x03,0xca,0x6a,0xab,0x09,0x7b,0x29,0xcb,0x3d,0x6c,0x36,0x9b,
0x85,0xd7,0xb7,0x90,0x66,0x46,0x4e,0x93,0xb6,0xc7,0x1c,0xf2,0x5a,0xec,0x61,0xc7,0x1c,0x7d,0x89,0x93,
0xc4,0xd7,0x7f,0xe1,0xe6,0xd1,0xd7,0x0b,0x02,0xb1,0x62,0xab,0x57,0x45,0xbe,0x78,0xc2,0xed,0x6d,0x3e,
0xba,0x4b,0x24,0xda,0x3f,0xfa,0x6a,0x2e,0x5e,0x6c,0xdf,0x24,0x8f,0xda,0x7c,0x21,0x2a,0x44,0x0e,0xfb,
0xd3,0x6b,0x3a,0xbd,0xda,0x93,0xf6,0x9c,0x61,0x87,0xf6,0x7c,0xca,0x31,0x3b,0x98,0x43,0x1d,0xea,0xfb,
0x0b,0x68,0x7e,0x70,0xd8,0x2b,0x5c,0x53,0x98,0x66,0x1c,0xb4,0x45,0x9d,0x3d,0xf8,0xe2,0x13,0x31,0x8c,
0x3e,0xb6,0xf1,0xad,0xc9,0xc8,0x61,0x3d,0xe7,0xb4,0xf6,0xd2,0x18,0x71,0xa2,0xcd,0xe4,0x34,0xe1,0x1c,
0x67,0xd3,0xd7,0x5a,0x76,0x77,0x29,0xd0,0xc5,0x1c,0x48,0x03,0x47,0xdd,0xfb,0xca,0xb2,0xcc,0xcc,0x4e,
0xf0,0x14,0x89,0x27,0x2b,0xce,0xac,0x87,0xe9,0x8e,0x92,0x16,0x3a,0x9a,0xd5,0xc3,0x64,0x95,0xd3,0xce,
0xaa,0x68,0x71,0xee,0x67,0x5f,0xd9,0x6f,0x35,0x7d,0x83,0x38,0xb6,0x16,0x5a,0xeb,0xac,0x65,0x0e,0xdf,
0xa8,0x55,0x0e,0xd7,0xdc,0x9d,0x90,0xa4,0x86,0x3b,0x9a,0x25,0x91,0x78,0x32,0x7a,0xe6,0x42,0x9b,0x34,
0xfa,0x3d,0x01,0xf7,0xd9,0x40,0xd2,0x52,0x15,0x45,0x61,0x49,0x15,0xef,0xc5,0xa3,0x65,0x09,0x3a,0x46,
0xa0,0x12,0x5f,0x5d,0x4e,0xb5,0x76,0xc5,0xbb,0x04,0x6d,0x96,0xbb,0x6c,0x6f,0xe8,0xd1,0xd4,0x3d,0xfa,
0xdb,0xcd,0x6e,0xc9,0xb7,0x7b,0x8e,0xf3,0xdd,0x88,0x26,0xa6,0x6e,0x88,0x12,0xb6,0xe8,0x8d,0x1c,0xe5,
0xc0,0x47,0x0d,0x35,0xe4,0xd0,0x10,0xff,0xd2,0x94,0x4c,0x60,0x20,0x2a,0xd1,0xa2,0xa8,0x45,0xf6,0xf2,
0xb4,0x22,0xac,0xe7,0x41,0x51,0x93,0xa6,0xb4,0xb6,0x46,0xeb,0x62,0x28,0x0b,0x17,0x7c,0x2f,0x28,0x34,
0x68,0x26,0xb0,0x60,0x25,0x8b,0xa0,0xdc,0xb8,0x64,0x2a,0x0c,0xb5,0x86,0x25,0xd9,0xf7,0x00,0xba,0x0a,
0x7e,0x4f,0xc1,0x71,0x60,0xb0,0x5e,0xea,0x2d,0xa3,0x42,0xf4,0x34,0x03,0x5c,0xee,0x3b,0x9e,0x49,0x8b,
0xa1,0x86,0x1c,0xdb,0xb4,0xc0,0x32,0x07,0x17,0xe0,0x6c,0xb4,0xda,0xca,0xbf,0x33,0x8a,0x9a,0xd9,0x56,
0xe4,0x1d,0x97,0xd9,0x8c,0xe5,0x34,0xf3,0xdd,0x6e,0xf7,0x39,0x88,0xe2,0x26,0xaf,0xd6,0x24,0xb2,0x84,
0x48,0x4b,0x02,0x78,0x18,0x6d,0x59,0xec,0x48,0x78,0x79,0x46,0xf9,0x7e,0x09,0x1e,0x37,0xd1,0x84,0x11,
0x4d,0x08,0xbe,0xa8,0x39,0xba,0x5e,0x85,0x09,0x48,0x3f,0x29,0x3f,0x61,0x66,0x05,0x4e,0x57,0xb0,0xef,
0xa7,0xd5,0x1a,0x54,0x18,0xad,0x55,0xf0,0xc2,0x13,0xee,0x7b,0x74,0xc4,0xc3,0xa5,0x26,0x1c,0x4b,0x44,
0x8f,0xd3,0x8e,0x61,0x7b,0x59,0x28,0xf1,0x80,0xa5,0xef,0xcb,0xf3,0x16,0x6d,0x21,0x9f,0x25,0x06,0x98,
0x9a,0xb8,0xbb,0x1e,0x2f,0xd4,0x3d,0xf7,0xe2,0xe4,0x20,0xdb,0xb7,0x4c,0x8f,0xcc,0xe4,0xdc,0xd2,0x0b,
0x43,0xdd,0xb8,0x42,0x16,0x36,0x46,0x18,0x1c,0x85,0xfc,0x23,0x54,0xb8,0x03,0x1f,0x6a,0x54,0x28,0x7e,
0x3b,0x80,0xf4,0xc4,0xb0,0x41,0x39,0xbe,0xb1,0x93,0x6f,0x6e,0xa5,0xcc,0x1c,0x93,0x8e,0x83,0x40,0xe7,
0x60,0xad,0x66,0x8a,0x65,0x08,0xc7,0x89,0xa8,0xfa,0xc4,0xe5,0x52,0x9b,0xd5,0xb8,0xa5,0xd5,0x2e,0x12,
0x8f,0x26,0x01,0x22,0xa0,0xbc,0xc1,0xa5,0xde,0xaa,0xdf,0x87,0xc9,0xb6,0xe0,0x2b,0xe0,0xdb,0xd0,0x0b,
0x2e,0xc7,0x15,0x9e,0xb2,0xdf,0x05,0xe2,0x93,0xa7,0xa2,0x25,0x32,0x5e,0x6e,0xd4,0x0b,0x8d,0x63,0xe4,
0x1a,0xb9,0x8b,0xac,0x7b,0xd2,0x19,0x22,0x7e,0x28,0x8b,0x1b,0x06,0xdf,0x89,0x42,0xe3,0x56,0x78,0x16,
0xc5,0xd0,0x5b,0xb6,0x0d,0x33,0x87,0x36,0x0b,0xd0,0x20,0x00,0x94,0x1d,0x1d,0x9a,0x8c,0x5b,0xba,0xe4,
0x43,0xe9,0x64,0x19,0x74,0xbb,0xc9,0x36,0xd4,0x04,0xcc,0xd7,0x40,0x65,0xff,0xa8,0x2b,0xac,0x22,0x2e,
0xb2,0x3e,0x56,0x60,0x27,0xe3,0x0c,0x8e,0xd4,0x70,0x5c,0x3f,0xa5,0x8c,0x02,0xae,0xc6,0x5f,0x82,0xa7,
0xa4,0xc4,0xc7,0x47,0x53,0x43,0x89,0x32,0x23,0x1b,0x17,0x59,0xb0,0xc8,0xd0,0x5b,0x90,0x0a,0x74,0xb4,
0x18,0x65,0x12,0x4e,0xdf,0xe3,0x2f,0x60,0xc3,0x25,0xce,0x73,0xa0,0xa3,0x5b,0xd1,0xb2,0xaa,0xd4,0x94,
0x57,0x11,0x44,0x8d,0x06,0xe2,0x9f,0xde,0x6c,0x4a,0x0a,0xf6,0x39,0xe2,0x83,0xa5,0x0a,0x5b,0x15,0x41,
0x79,0x80,0xad,0x37,0xc3,0xad,0x6f,0xc4,0xb7,0x45,0xd0,0x08,0xeb,0x78,0x8a,0xd1,0x9e,0x34,0x90,0x85,
0xd6,0xe5,0xc5,0x62,0xe5,0xd6,0xec,0x43,0x6b,0x74,0xb2,0xde,0x7a,0x13,0x5c,0x0a,0xf1,0x34,0x98,0x2b,
0x9e,0xd8,0xac,0x8d,0x4e,0xc8,0x83,0x23,0x23,0xb3,0x7b,0x3c,0x77,0xe2,0x19,0xed,0x22,0x63,0x55,0x97,
0xc9,0xb7,0x0b,0x7b,0x48,0x23,0xaa,0xda,0x14,0xa8,0x9a,0x34,0x58,0x87,0xda,0xf8,0xb3,0x17,0x2d,0x61,
0x4d,0x19,0xf9,0x2e,0x3a,0x5e,0xe3,0xdd,0x2f,0x75,0xa3,0xb9,0xcc,0x11,0x65,0x77,0xa6,0x6f,0x11,0x77,
0x67,0x81,0x8a,0x3e,0x73,0x72,0x8e,0x44,0x67,0xc5,0x55,0xf7,0x1b,0x52,0xc5,0x29,0xfe,0x64,0xd1,0xba,
0xed,0x57,0x37,0x64,0x06,0xc2,0x12,0x37,0x09,0xd0,0x73,0x16,0xb6,0xb5,0xe1,0x87,0xe1,0x9b,0x45,0xd4,
0x4d,0x77,0x03,0xc0,0x55,0x44,0xc0,0xb0,0x40,0x6b,0x6b,0xdc,0x32,0x86,0x00,0x13,0x69,0x27,0x2a,0x50,
0x6f,0x41,0xb0,0xc4,0x38,0x47,0xf4,0x83,0x6b,0x1f,0x54,0x16,0x80,0x49,0xc3,0x0a,0xf8,0xf4,0x1c,0x77,
0x16,0xa9,0xad,0x91,0x1d,0x6c,0x3e,0xa4,0xb8,0xfa,0x99,0xd8,0xea,0x4d,0x94,0x6f,0x37,0x4f,0xd6,0xd6,
0x27,0xcd,0xc2,0x0b,0xdf,0x50,0x73,0xc6,0x3f,0xb8,0x98,0x09,0x65,0x6a,0xde,0xec,0x35,0xde,0xa3,0xae,
0xd3,0x58,0x2f,0x18,0x82,0x0b,0xce,0x5f,0x09,0x68,0xdd,0x75,0xe0,0x1a,0xd4,0xca,0x3e,0x2f,0x1a,0xff,
0x5c,0x45,0x74,0x39,0x96,0x36,0x5f,0x20,0x56,0x38,0x26,0xca,0xc1,0x75,0x81,0x31,0x4e,0x38,0x8a,0x53,
0x9a,0x6a,0x56,0xea,0x3d,0xe0,0x35,0x04,0xe9,0x5d,0xfe,0x6e,0x79,0x62,0xe3,0x0e,0x29,0x76,0xdf,0x21,
0x99,0xb2,0x4c,0x17,0x83,0x36,0xc8,0x31,0x04,0x3a,0xd1,0xef,0x81,0x2c,0x73,0x93,0x30,0xbf,0x93,0xc9,
0x74,0x53,0xe2,0xc0,0x65,0x3f,0x04,0x95,0x2b,0x5f,0xb5,0x54,0xdc,0xff,0x98,0xf5,0xd1,0x11,0xa9,0x32,
0xb7,0xcc,0x0c,0x53,0x57,0x39,0x83,0x0b,0xb5,0xea,0x53,0xf8,0xe8,0xba,0xf5,0x19,0xd6,0xa7,0x92,0xe9,
0x64,0x92,0xcd,0xb7,0xe0,0x82,0x96,0x6e,0xaa,0xb6,0x3e,0x1f,0x36,0x1b,0x27,0xbf,0xa9,0xbe,0x19,0xd5,
0xfb,0xb3,0x35,0xd2,0x45,0x4c,0x1e,0x82,0x45,0x32,0x1b,0x35,0x69,0x74,0xf3,0xd5,0x88,0xd2,0x35,0xa7,
0xad,0xed,0x90,0x5a,0xdd,0xe5,0x2f,0x8e,0x61,0xf3,0x41,0xcc,0x32,0xc0,0x36,0x12,0xcf,0x6c,0x20,0x55,
0x39,0x24,0x95,0xe9,0xac,0xbe,0xb4,0xbc,0xb9,0x37,0x7f,0x42,0xc9,0xde,0x32,0xde,0xd4,0x51,0x3e,0x80,
0xd3,0xf2,0x52,0x3a,0xbc,0x60,0xfc,0x5a,0xa2,0x6b,0xbf,0xce,0x7a,0x3d,0xa3,0xf1,0xb3,0xda,0xb5,0x17,
0x53,0x15,0x48,0x10,0xc8,0x58,0x0a,0xf4,0x65,0x84,0x1c,0x82,0x80,0x7a,0xc3,0xd3,0xd0,0x20,0x51,0x93,
0x2a,0x44,0x54,0xfc,0x83,0x81,0x5f,0xbd,0x30,0xe9,0xcd,0xcd,0xd6,0x2e,0x4e,0x87,0x69,0x19,0xc4,0xda,
0xff,0x0e,0x82,0xfc,0x69,0x53,0x19,0x00,0x00};
#endif

View File

@ -4,158 +4,167 @@
#include <pgmspace.h>
const uint8_t EmbeddedIndex[] PROGMEM = {
0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0xed,0x5b,0x69,0x5b,0xe3,0x38,0x12,0xfe,0x2b,0x6e,
0xcf,0xee,0x42,0x6f,0x37,0xe1,0x6c,0xa6,0x61,0x81,0x9d,0x9c,0x10,0x48,0x42,0x2e,0xce,0x2f,0xfb,0x28,
0xb6,0x62,0x0b,0x7c,0x21,0x29,0x09,0x99,0x99,0xfe,0xef,0xab,0xc3,0x87,0xec,0xd8,0x49,0x60,0x7b,0x77,
0x7a,0x9e,0x67,0xf9,0x40,0x62,0xd5,0xf5,0xaa,0x5c,0x55,0x2a,0xc9,0xce,0xc9,0x87,0xda,0x75,0x75,0xf8,
0xd0,0xad,0x6b,0x36,0x75,0x9d,0xb3,0x93,0xf0,0x3f,0x04,0xe6,0xd9,0x89,0x0b,0x29,0xd0,0x0c,0x1b,0x60,
0x02,0xe9,0xa9,0x7e,0x33,0x6c,0x6c,0x7d,0xd5,0xcf,0x4e,0x28,0xa2,0x0e,0x3c,0x3b,0xd9,0x0e,0x3f,0x05,
0x93,0x07,0x5c,0x78,0xaa,0x53,0x1b,0xba,0x70,0xcb,0xf0,0x1d,0x1f,0xeb,0x9a,0xe1,0x7b,0x14,0x7a,0x4c,
0xee,0xa7,0x1d,0xf1,0xa7,0xa7,0x58,0xa7,0x08,0xce,0x02,0x1f,0x53,0x85,0x6f,0x86,0x4c,0x6a,0x9f,0x9a,
0x70,0x8a,0x0c,0xb8,0x25,0x2e,0x3e,0x23,0x0f,0x51,0x04,0x9c,0x2d,0x62,0x00,0x07,0x9e,0xee,0x32,0x15,
0x0e,0xf2,0x9e,0x35,0x0c,0x9d,0x53,0x9d,0xd0,0xb9,0x03,0x89,0x0d,0x21,0xd3,0x61,0x63,0x38,0x3e,0xd5,
0x47,0x13,0xcf,0x74,0x60,0xc9,0x20,0x84,0x31,0x12,0x03,0xa3,0x80,0x6a,0x04,0x1b,0x31,0xe1,0x89,0x8f,
0x6f,0x4b,0x02,0xfb,0x22,0xe7,0x38,0xf2,0xcd,0xf9,0xd9,0x89,0x89,0xa6,0x1a,0x32,0x4f,0x75,0x10,0x04,
0xba,0xbc,0x9a,0x6e,0x19,0x8e,0x0f,0x9e,0xe5,0x85,0xe1,0x00,0x42,0x4e,0x75,0xcf,0xa7,0x68,0x8c,0x0c,
0x40,0x91,0xef,0x55,0x19,0x6c,0x80,0x3c,0x88,0xf5,0x42,0x16,0x5d,0x3b,0x0e,0x47,0x7f,0xd3,0x20,0xc6,
0x3e,0x3e,0xd6,0x54,0xb2,0xf6,0xe1,0x54,0xf3,0x26,0x8e,0xa3,0xfd,0xed,0x6f,0xa9,0xf1,0x92,0xe0,0xd5,
0xbe,0xe9,0x0c,0x03,0x1a,0xa7,0x55,0x46,0x32,0xba,0xf6,0x8b,0xe1,0x20,0xe3,0xb9,0x14,0x60,0x38,0x15,
0xde,0xb3,0x91,0x09,0x3b,0xaa,0x71,0xe6,0x82,0x00,0x78,0x11,0x2e,0x17,0x12,0x02,0x2c,0xa8,0x9f,0xfd,
0xf6,0x5b,0xda,0x58,0x48,0xd0,0xbe,0x7d,0x63,0xae,0x61,0x02,0xcc,0x31,0x6c,0x3a,0xd1,0xff,0xc8,0x2f,
0x46,0xfe,0x6c,0xb9,0x0b,0xc5,0x18,0x72,0x2d,0xe9,0x6a,0x13,0x50,0x70,0x8c,0x5c,0xa6,0x71,0x3b,0xf0,
0xac,0x7f,0x8c,0x00,0x81,0x87,0x07,0x9f,0xd1,0x6d,0xe5,0xba,0x3f,0xdb,0xb9,0x3a,0xb7,0xfc,0x32,0xfb,
0xeb,0x0c,0x6e,0xec,0xfa,0x8d,0xc5,0xbe,0xd5,0xf8,0x65,0x79,0x56,0x2d,0x3f,0xb0,0x8f,0xca,0x7d,0x79,
0xea,0x5e,0xf0,0x81,0xf3,0xfb,0x7e,0xe3,0xee,0xa2,0x3f,0x1c,0xed,0x3d,0xee,0x98,0x7b,0x8d,0xf9,0x63,
0xaf,0x52,0x79,0x3c,0x3f,0x42,0x8f,0x83,0xca,0xe5,0xe8,0xae,0xe1,0x3d,0xde,0x5e,0x3a,0x0f,0x77,0xfd,
0x2f,0x86,0xe1,0x38,0x5d,0x2e,0x70,0x5f,0xb9,0xec,0xd7,0x1b,0x37,0xb0,0x83,0xc9,0x9d,0x59,0xef,0x58,
0x4f,0xe5,0x5e,0xcb,0x78,0xa8,0x18,0xe5,0xae,0x51,0xae,0x9a,0xbd,0xce,0x41,0xb9,0xb3,0xd7,0xae,0x1e,
0x58,0x7d,0xf2,0x70,0x79,0x54,0xef,0x98,0xe5,0xee,0x43,0xb9,0x06,0xca,0x35,0x18,0x98,0x37,0x76,0x7b,
0xf7,0xa5,0xf1,0x34,0xc1,0x56,0x70,0x34,0x30,0xda,0x17,0x96,0xf9,0xf3,0xee,0xfe,0xed,0xfe,0x98,0xde,
0x04,0x5f,0xe0,0x85,0xd5,0x6e,0xec,0x62,0x7c,0x5e,0x07,0x93,0xc3,0xdb,0x8b,0xda,0xde,0x45,0x7b,0x74,
0xf1,0xe5,0xe5,0xf2,0xba,0x75,0x81,0xc1,0xa7,0xf1,0xf3,0xaf,0x23,0xf2,0xd0,0x27,0x76,0xfb,0x6b,0xd0,
0x1a,0x5a,0x37,0x4d,0x6b,0x60,0x4d,0x27,0xed,0xb6,0xff,0x30,0xfb,0x84,0xda,0x0f,0x43,0x7c,0xd8,0xb3,
0x3b,0x0f,0x6d,0xdc,0x41,0x9d,0xf9,0xac,0xd9,0x72,0xe6,0xb7,0x57,0xa6,0x31,0x9f,0x77,0x89,0x6b,0xf4,
0xc9,0xfc,0xe6,0xcb,0xce,0xb3,0x75,0x41,0x7b,0xbd,0xc9,0x5e,0xd9,0xec,0x5c,0x36,0x82,0xda,0x73,0xf9,
0xea,0xa0,0xb9,0xdd,0x6a,0xde,0xb5,0x47,0x7b,0x65,0xd2,0xac,0x18,0x2f,0x3b,0xa8,0x7f,0x0e,0x7b,0xe7,
0xdd,0xe1,0xe3,0xf8,0xf6,0xb0,0x57,0xdf,0xf9,0x64,0xd5,0xce,0x1b,0x7b,0xd8,0x27,0xe7,0x75,0xab,0xdd,
0x7b,0x6d,0x96,0x6d,0xef,0xb1,0x8c,0xba,0x9d,0xaf,0x07,0x93,0xa0,0x3f,0xde,0xd9,0xbe,0x76,0x02,0xd2,
0xaa,0x56,0x82,0xfd,0xf9,0xcb,0x8e,0x61,0x5b,0xb4,0x7a,0x73,0xf3,0x88,0xfb,0xb3,0xc3,0x5e,0xed,0x7a,
0xbf,0x7e,0x77,0x31,0x78,0x69,0x1c,0x51,0x80,0x1f,0xc1,0xe0,0xea,0xf2,0x1e,0x5e,0xd6,0xcc,0x51,0xcf,
0x21,0xf5,0x9d,0xab,0xda,0xe1,0x65,0x67,0xfb,0xca,0xef,0x93,0x73,0xfb,0xf5,0xfe,0xaa,0xea,0x54,0xaf,
0x2e,0x2e,0x9b,0xe3,0xe7,0xa1,0x3d,0x6b,0xdf,0xd9,0xe5,0x43,0xb3,0x32,0xf0,0x9d,0x3e,0x7a,0x7a,0xbe,
0xbc,0x36,0x77,0x1f,0x6f,0xa6,0x47,0xf3,0xde,0xd1,0x75,0xf0,0x32,0xba,0x08,0x10,0xb8,0xb9,0x05,0xf5,
0xd1,0x63,0xfd,0x67,0xda,0x6c,0x3e,0xf9,0x95,0xab,0xfb,0x39,0xf1,0xc9,0xae,0x71,0x70,0xfb,0x15,0x8e,
0x5a,0x75,0x73,0x34,0xdd,0x1b,0x19,0x6d,0x52,0xff,0xd9,0x7a,0x9a,0x54,0xcc,0xe9,0x7d,0x7f,0x70,0x79,
0xd0,0xf8,0xb4,0x3d,0x7b,0x69,0xde,0xdf,0xe3,0xe6,0xf9,0xcc,0xbd,0xdf,0xff,0x75,0x06,0x8c,0x56,0xcd,
0x86,0x9d,0xeb,0xa3,0xdd,0xeb,0xa7,0x56,0xef,0xca,0xdc,0x3d,0xb8,0x6d,0xd7,0xaa,0xde,0x83,0x55,0x7d,
0xbd,0x7d,0x6a,0xee,0x77,0x86,0x70,0xd7,0x1d,0xf8,0xdd,0xda,0xc1,0xd1,0xeb,0xc1,0x00,0xb3,0xe0,0x38,
0x7a,0xe9,0x7a,0x07,0xd0,0x9f,0x56,0xdb,0x22,0x7a,0xea,0x4e,0x63,0xf8,0x3c,0x98,0xf4,0xdc,0x6a,0x95,
0x45,0xa2,0xbd,0xcb,0x43,0xfc,0x2f,0x74,0x73,0x43,0xd4,0xa7,0x8d,0x8f,0x22,0xb2,0xd9,0xe8,0x89,0xbd,
0xc7,0x29,0x53,0x88,0x09,0x8f,0x7b,0x32,0x27,0x14,0xba,0xcd,0x1a,0xcb,0xa8,0x30,0x0d,0xff,0x29,0xa4,
0xa2,0x71,0x26,0xf8,0x49,0xdb,0x38,0xd6,0x36,0xd8,0xc7,0x82,0x0c,0x1b,0xde,0x90,0x7a,0xf7,0x52,0xf9,
0x30,0x63,0x79,0x45,0x28,0xa0,0x13,0x92,0xce,0x13,0x96,0x3e,0x1e,0x34,0xc2,0xb4,0x54,0xc6,0x91,0x67,
0xf2,0x3c,0xe4,0xe5,0xf2,0x98,0x67,0xce,0x96,0x14,0x96,0x8a,0x06,0xe2,0x7b,0x09,0x04,0x25,0xe8,0x81,
0x91,0x03,0x4d,0x86,0x70,0x23,0xd4,0x04,0xcd,0x0d,0x0e,0xc2,0x44,0x24,0x19,0xd0,0xc3,0xa4,0x0d,0xa7,
0xaf,0xaa,0x30,0x0c,0x96,0xe5,0x81,0x8f,0x3c,0x5a,0x4a,0xbc,0xa2,0x31,0xc6,0x22,0x3b,0xe9,0x71,0x14,
0x30,0x63,0x4b,0x74,0x32,0x18,0x42,0x30,0x74,0x76,0x5c,0x39,0xde,0x3b,0x7b,0x0b,0xd2,0x3b,0xd4,0x10,
0x96,0x98,0x90,0x34,0xb8,0xf9,0xb1,0x78,0x7e,0x44,0x32,0xba,0xbe,0x09,0x33,0xf3,0xcb,0xd3,0x34,0x84,
0xaf,0x74,0x53,0x41,0x9a,0xad,0x77,0xb2,0xea,0xb2,0xe2,0x6f,0x22,0xcf,0xd2,0x23,0xb0,0xd1,0x75,0x64,
0x3e,0xbc,0x8e,0x2d,0x85,0xd7,0xcd,0x68,0x4e,0x69,0x4f,0x48,0x9d,0x1f,0x62,0x25,0xaa,0x1b,0x28,0x18,
0xf1,0x70,0x01,0xd1,0xf5,0x68,0x42,0x69,0x7a,0xf1,0xd8,0x00,0xcc,0x7b,0x53,0xc8,0xa2,0x51,0x7e,0x19,
0x82,0x91,0xc6,0xa2,0x76,0x43,0xfa,0x6b,0x83,0x2f,0x15,0x72,0x39,0x60,0x0b,0x58,0xc2,0x10,0xd3,0x63,
0xcc,0xf2,0xba,0xc4,0x0c,0x0e,0x95,0xdc,0x00,0xef,0xb2,0x4d,0x31,0xb2,0x2c,0x96,0x17,0xc5,0xd6,0x63,
0x8e,0xd8,0x7e,0x34,0xf2,0x7d,0x10,0x24,0x61,0x55,0x8c,0x41,0xe1,0x89,0x51,0x24,0x63,0xdf,0x07,0x87,
0xac,0x0a,0x4b,0xee,0x82,0xa4,0x27,0x77,0x41,0x5c,0xe7,0xd8,0xce,0x86,0x4b,0xee,0xcd,0xe6,0x25,0x6e,
0x3f,0x7b,0x43,0xd5,0x4a,0xb7,0x2f,0x54,0x9c,0x9d,0x60,0x16,0x6a,0xbe,0x76,0x2c,0x68,0xa7,0xba,0xc2,
0x0d,0x1c,0x67,0x40,0x61,0x40,0x86,0x78,0xc2,0x84,0x78,0x97,0xc1,0x13,0x87,0x75,0x54,0x11,0x81,0x4d,
0x9a,0xaf,0xf9,0x94,0xd1,0x79,0xce,0x09,0x45,0x0a,0xba,0x35,0x54,0x37,0x80,0x43,0x96,0xea,0x1e,0x73,
0x86,0x3c,0xe5,0x91,0xfb,0x89,0xc3,0xfa,0x19,0x9c,0x29,0xa3,0xcc,0x6f,0x41,0xd4,0x15,0xc5,0x0a,0xd3,
0x7d,0xce,0x14,0x38,0x13,0xd9,0xe5,0xb4,0x01,0xb5,0x4b,0x63,0xc7,0xf7,0xf1,0x66,0xc4,0x7b,0xcb,0x89,
0xda,0xb6,0xb6,0xf7,0xe5,0x8b,0xf6,0x77,0x6d,0x77,0x67,0x87,0xbb,0xec,0xaf,0x51,0xdf,0xb3,0x60,0x5d,
0x6d,0x7a,0x90,0x17,0x4c,0xa8,0x46,0xe7,0x01,0x9b,0x30,0x06,0x1e,0xeb,0xa4,0x34,0x17,0x79,0xa7,0xfa,
0x0e,0xfb,0x04,0xaf,0xa7,0x3a,0x53,0xa9,0xa7,0xa5,0xe3,0xc9,0x97,0xbc,0x89,0x3b,0x82,0x38,0x81,0x7c,
0x2b,0x31,0x2e,0x14,0x9e,0x9c,0x59,0x7e,0x48,0xfc,0x36,0xdd,0x1a,0xfb,0x4c,0xc9,0x26,0x27,0x7f,0xd6,
0x58,0xed,0x84,0xaf,0x1f,0xd9,0x87,0x46,0xd6,0xf5,0x02,0x67,0x2c,0x4d,0xff,0x58,0x17,0x24,0x18,0x32,
0xf3,0xcf,0x2f,0xc2,0x05,0x25,0x87,0xc9,0x32,0x5f,0xb8,0xda,0x2f,0x64,0x32,0x72,0x11,0x4d,0x9a,0x60,
0xd6,0xbe,0x3b,0xf3,0x21,0x72,0xe1,0x30,0x64,0x4d,0x65,0x4b,0x52,0x7e,0x38,0x47,0x26,0x67,0x0c,0x1b,
0x1a,0xcf,0x31,0xde,0x91,0xef,0x3b,0x10,0x78,0x3c,0x09,0x14,0x99,0x68,0x81,0xd4,0x53,0xb1,0x9f,0x62,
0xa9,0x7b,0xe1,0x4a,0xc8,0xe7,0x27,0x74,0xaa,0xf3,0xc9,0xd7,0x96,0x6e,0x21,0x00,0xf6,0xc4,0xba,0x13,
0x06,0xc0,0xe2,0x32,0x17,0x2f,0xd3,0xbf,0xff,0xae,0xe5,0x50,0x65,0x2a,0xf2,0x8d,0xc2,0x7e,0x4e,0xe1,
0x65,0x76,0x9b,0x6c,0xbf,0x85,0x3d,0x48,0xd5,0xd5,0xda,0x01,0x23,0xe8,0x68,0x22,0xc0,0x84,0x73,0xd8,
0xfd,0x25,0x88,0xab,0xe3,0xce,0xcc,0x57,0x93,0xe6,0x09,0x95,0x09,0x3d,0xe9,0x50,0x91,0xb7,0x5e,0x17,
0xdb,0x88,0x1c,0xdd,0x0b,0x21,0x92,0xf6,0x11,0xcd,0x20,0x39,0xb1,0x0f,0xce,0xfa,0xd0,0x82,0x0e,0x61,
0xb7,0xed,0xa0,0xd8,0xb7,0xf1,0x95,0x03,0x3d,0x8b,0xda,0xf1,0xa6,0x4e,0xe6,0x50,0x48,0x55,0xd3,0x28,
0x5f,0x3c,0x0e,0x68,0x96,0x1e,0xd0,0x51,0x57,0x03,0x19,0x9a,0xc7,0x91,0x5c,0x7c,0x53,0xbe,0xa5,0x6f,
0xa7,0x90,0xdb,0x8a,0xf7,0x49,0xcb,0xa3,0x6c,0x8d,0xf8,0x0a,0x03,0x3b,0x2f,0xcc,0xd4,0x02,0x00,0xc4,
0xfa,0x26,0xdb,0x0a,0xb9,0x39,0xfe,0x69,0x71,0xcb,0xc8,0x20,0x40,0x0a,0x95,0x74,0xd9,0x94,0xee,0xc8,
0xbf,0xdf,0x35,0xc1,0xad,0xac,0x56,0x0b,0x25,0xc3,0x60,0x93,0xc1,0xc5,0x75,0x4d,0xba,0x82,0xef,0xb7,
0x79,0xb5,0x62,0xda,0x0c,0x5a,0x74,0xf3,0x23,0xff,0x0f,0x59,0x04,0xe9,0x49,0xbb,0xc8,0x36,0xff,0x3c,
0x04,0xfc,0x40,0x6c,0x85,0x45,0x19,0xe1,0xe5,0x27,0x17,0x6e,0x03,0xbd,0x42,0x53,0x89,0x4c,0x29,0x94,
0x15,0xde,0xcd,0x17,0x1e,0x4c,0x3c,0x8c,0xc8,0x72,0xd1,0xbd,0x42,0x51,0x12,0xe7,0x56,0x24,0xb9,0x2d,
0xa7,0xbb,0x72,0xda,0xe3,0x08,0x74,0x76,0xd2,0xe9,0x18,0x57,0xdd,0xc3,0x2b,0xe3,0x8e,0xe2,0x94,0xad,
0x38,0x89,0x79,0x54,0xc7,0x0a,0xf9,0xc2,0x1b,0x02,0xa7,0x51,0x4a,0xb3,0xe6,0xb8,0x86,0x48,0xe0,0x00,
0x51,0x32,0x37,0xf9,0xf8,0x67,0x4d,0xac,0xcc,0xef,0x43,0x8f,0xa1,0x03,0x44,0xbd,0xce,0x9f,0x00,0xcb,
0x59,0x58,0x84,0x53,0x15,0x5d,0x1b,0x2a,0x6f,0x50,0x0a,0x90,0xaa,0x05,0x15,0xc2,0x67,0x13,0xcc,0xc9,
0xea,0xec,0x73,0x7d,0x8f,0x31,0x2e,0x49,0xbe,0xb6,0x60,0x48,0x25,0xdd,0x0a,0x95,0x74,0x02,0xc9,0x72,
0x9d,0x43,0xc9,0xf1,0x16,0xa5,0x33,0x68,0x7a,0xab,0xd4,0xde,0x45,0x3c,0x6f,0x42,0x6b,0x4f,0xf0,0x2a,
0xb8,0x21,0xcb,0x5b,0xd4,0x8e,0x31,0x5a,0xae,0xb4,0x21,0x18,0xde,0xa2,0x92,0xb0,0x35,0x0e,0x2f,0x57,
0x3a,0x08,0x59,0xde,0xa4,0x76,0xb2,0x22,0x02,0x06,0x93,0x85,0x08,0xc8,0xef,0xdf,0xd6,0xe8,0xc7,0x22,
0xa3,0x23,0xf6,0x69,0x53,0x76,0xb7,0xc8,0x1f,0xd7,0x97,0x2d,0x62,0x59,0xd2,0x9f,0xa9,0x5d,0x1a,0x4f,
0xea,0xe4,0xec,0x93,0xef,0xe2,0xf3,0xcb,0x62,0xc7,0xaf,0x31,0x5a,0xc1,0x01,0x81,0xdc,0x6b,0x71,0x93,
0xf2,0x9b,0x76,0x1c,0x9d,0x28,0x30,0xc4,0x60,0x2a,0xda,0xa1,0xec,0xe2,0x05,0x4c,0x53,0x59,0xb9,0xf2,
0x8d,0x96,0xcd,0xe8,0x48,0x42,0xea,0x2d,0x5c,0x9a,0x12,0x00,0xd2,0x99,0xa9,0xe1,0xad,0x00,0x23,0x17,
0x60,0x16,0x16,0xd2,0xc7,0xb2,0xe9,0xd4,0xf3,0x40,0x46,0x75,0x4b,0x5e,0x87,0x27,0x4a,0xa2,0x29,0xad,
0x08,0x55,0x03,0x31,0xce,0x30,0x1d,0x67,0x29,0x1b,0x1f,0x13,0x87,0xf3,0xde,0x76,0x69,0x87,0xdb,0xf6,
0x45,0x43,0xb4,0xb4,0xc7,0x75,0x25,0xcf,0x1b,0xbb,0x5c,0x29,0xb5,0xa2,0x0f,0x91,0x4c,0x6b,0x76,0xba,
0x19,0x8d,0x6f,0x85,0x50,0x9b,0x60,0xe6,0x31,0xf5,0x4e,0xaf,0x81,0x69,0x41,0x28,0x05,0x52,0xe9,0x75,
0x43,0x27,0xad,0xe8,0x76,0xf3,0xb8,0xd6,0xeb,0x77,0x73,0xf5,0x17,0x77,0xbc,0xe1,0xd4,0xdf,0xd1,0xf3,
0xc6,0x92,0xef,0xed,0x7a,0x33,0x0a,0x7e,0xa8,0xbe,0xd7,0x55,0xc3,0xfd,0x3b,0x76,0xbe,0xa9,0x34,0x2a,
0xec,0x7d,0xa5,0xf5,0xef,0xdb,0xfd,0xca,0x10,0x3c,0x16,0xb7,0x65,0x43,0x1a,0xe0,0xe7,0xcc,0x02,0x02,
0x3f,0x76,0xfe,0x57,0x80,0xbc,0x9c,0x63,0x33,0xc9,0xd9,0x65,0xb4,0x95,0xd1,0x27,0x4e,0x59,0x8a,0x55,
0x17,0x2e,0x00,0x8c,0xba,0x0e,0x3e,0x13,0xe1,0xec,0xb1,0x5a,0xd6,0x61,0x31,0x47,0x0a,0x6b,0xd8,0x42,
0x16,0xc3,0x53,0x34,0x17,0x82,0x8c,0x79,0x16,0x36,0x03,0x39,0xfd,0x7c,0x06,0x4e,0x47,0xf9,0x0e,0x9c,
0xb7,0x76,0xf8,0x19,0x65,0x43,0x3f,0xa8,0xf9,0x33,0x6f,0xa9,0x96,0x9c,0x5d,0x78,0x46,0x4b,0xc5,0x67,
0x2b,0x80,0x7b,0x13,0x14,0x6d,0x1a,0xfe,0xdf,0x5b,0x14,0xf7,0x16,0xd2,0x95,0xff,0x8d,0xee,0x22,0x55,
0x1d,0x8a,0x0c,0xff,0xa9,0x3b,0x8c,0xe5,0xa7,0x6d,0xa9,0xa3,0xf3,0x65,0xdd,0x48,0x55,0x7d,0xbc,0x93,
0x74,0x22,0xea,0x31,0xfb,0x7a,0x5d,0x88,0x22,0xa1,0x3c,0x5d,0x4a,0x2f,0x0a,0xf9,0x3c,0x85,0xab,0x81,
0xcd,0x15,0xe4,0x20,0x52,0x64,0x2f,0x84,0xbc,0xf2,0xfc,0x7b,0x35,0xba,0xf0,0xa8,0xad,0x10,0x99,0xf2,
0x3c,0xea,0xcd,0xc8,0x14,0xd9,0x05,0x64,0x4a,0xe7,0x42,0x08,0x32,0x73,0xc5,0xd9,0x78,0xf1,0xea,0x40,
0xe1,0x2b,0x95,0x9d,0x89,0x90,0x4f,0x8e,0xe7,0x33,0x1a,0x52,0xa1,0xf7,0x21,0x67,0xe6,0x29,0x2c,0x01,
0x9b,0xd0,0xcc,0xc7,0xb9,0x78,0x22,0x5a,0x31,0xa6,0x58,0x5a,0xe0,0x4a,0xae,0xf2,0xb0,0x25,0xd4,0x95,
0xf8,0x56,0xdf,0x45,0xd3,0x36,0x82,0x95,0x8a,0x8a,0x6e,0x31,0x17,0xe6,0x0f,0x38,0xc2,0xbb,0xc9,0xd3,
0x63,0x8b,0x17,0x4e,0xec,0x3b,0x6f,0xbc,0xe1,0x5c,0xd3,0xc2,0x9d,0x56,0x8b,0xf2,0x64,0x24,0x57,0x04,
0x92,0xf6,0x3a,0x0a,0xf2,0xb4,0xa1,0x80,0x95,0x2e,0xcc,0x62,0x7b,0x9d,0x20,0x40,0x41,0xbe,0x9b,0xd1,
0x4a,0xbf,0xf0,0xb3,0xe7,0xac,0x2b,0xd3,0xf1,0x39,0x19,0x79,0x90,0xba,0x80,0x3c,0xe7,0x46,0x69,0x4c,
0x5d,0x2b,0x56,0x13,0x5d,0xf9,0x11,0xab,0xd0,0xff,0x43,0xd8,0x16,0xa0,0x70,0x06,0xe6,0x79,0x98,0x43,
0xd2,0x3a,0x80,0x23,0x2d,0xb9,0x68,0x63,0xe2,0x7b,0xa0,0x2e,0x9c,0xd6,0xdb,0x3e,0xa1,0xfc,0x8d,0xaa,
0x3c,0xc4,0x11,0x6d,0x15,0xe4,0xe3,0xc0,0x01,0x06,0xb4,0x7d,0xc7,0xe4,0xcb,0x75,0x81,0x92,0x6e,0xc2,
0xc3,0xe3,0x9e,0x4f,0x33,0xb6,0x9d,0x3b,0xcf,0x84,0xba,0x32,0x57,0xff,0xd4,0xeb,0x64,0xfc,0x78,0xb7,
0x60,0x8d,0x9c,0x04,0xfc,0xa9,0x7f,0x03,0x61,0x77,0x06,0x30,0x0c,0x23,0x5a,0xc8,0xa4,0x1f,0xe5,0xca,
0xa7,0xc2,0xe3,0x90,0x2f,0xbb,0x71,0x57,0xef,0xda,0x18,0x39,0xa1,0x9e,0x88,0xbb,0xc1,0x47,0x7e,0x5c,
0x3f,0x26,0xae,0x93,0xce,0xe8,0x62,0xdf,0xe2,0x35,0x4a,0xbc,0x7b,0x13,0x3e,0x0a,0x66,0x6e,0xc8,0x10,
0x45,0x8f,0xba,0xe6,0x89,0xc8,0x40,0x3a,0x74,0x85,0x73,0x3d,0x1a,0x64,0xfd,0xfa,0x23,0x3d,0x79,0x63,
0xf0,0x06,0x10,0x4f,0x95,0x6e,0x33,0xc1,0x2d,0x09,0xeb,0x14,0x9f,0x44,0x4b,0x92,0x96,0x59,0x3d,0x7a,
0xd6,0xae,0x40,0xc6,0x6e,0x75,0x8e,0xe5,0x88,0xb4,0xde,0x89,0x87,0xaa,0x2b,0xcf,0x7e,0x62,0x48,0x45,
0xe0,0x00,0x9a,0x63,0xb9,0x05,0xe8,0x3a,0x13,0xe6,0xc2,0x0b,0xa6,0x84,0xc6,0xff,0xb5,0x09,0xe5,0xf5,
0x20,0xc5,0x44,0xf8,0x92,0xd0,0x2a,0x13,0x32,0xf2,0x32,0x26,0xb2,0xef,0x0a,0x15,0x35,0x03,0x8e,0x1f,
0xbd,0x72,0x1a,0xbd,0xae,0xc4,0x69,0x5b,0xd1,0x23,0xb3,0x45,0x50,0x21,0xff,0x5a,0xc8,0x62,0xdd,0x31,
0xbc,0x78,0xe8,0x4c,0x8b,0x36,0x55,0xd9,0x1d,0x14,0x81,0x00,0x1b,0x76,0x2b,0x96,0x55,0x6b,0x8b,0x20,
0xb1,0x54,0x8b,0xa9,0xc5,0x00,0x07,0x82,0x37,0x77,0x8f,0xb5,0x90,0xde,0x01,0xf2,0x48,0x36,0xbf,0xd5,
0x36,0x15,0x79,0xad,0x7a,0xad,0xdc,0xcd,0x5a,0x8b,0xc6,0xd7,0x0b,0xf0,0x58,0xcb,0xe2,0xbb,0x0d,0x09,
0x8a,0x12,0x9b,0x27,0x37,0xb4,0x68,0x7e,0x30,0x2c,0xe7,0xdb,0x67,0x84,0xb7,0x00,0xe0,0x7a,0x56,0x21,
0x10,0xb6,0x32,0x10,0xca,0x5d,0x59,0x9d,0x73,0x40,0x44,0xa4,0xb5,0x61,0xc4,0xba,0x96,0x02,0x01,0x41,
0x64,0x31,0x03,0xa5,0x7b,0xd7,0xae,0x61,0xb6,0x90,0xe2,0x41,0x2d,0xcf,0x27,0x2a,0x79,0x6d,0x48,0x29,
0x9d,0x4b,0x61,0x05,0x33,0x57,0xd8,0x2d,0x04,0x55,0x6d,0x2d,0x05,0x55,0x6d,0xbd,0x03,0x14,0xd3,0xb9,
0x12,0x14,0xb7,0x9b,0x02,0x35,0x73,0xcb,0xb2,0xa5,0x5f,0xc0,0x13,0x53,0xd6,0x84,0x92,0x68,0x2a,0x44,
0xa1,0x18,0xcb,0x80,0x68,0x60,0xf8,0x32,0x81,0x9e,0x31,0xcf,0x81,0x11,0xd3,0xd6,0x06,0x92,0x68,0x5b,
0x02,0x45,0x31,0xb9,0x98,0xed,0x2e,0x08,0x96,0x65,0x3b,0x27,0x97,0xbb,0xcd,0x2b,0xb8,0x80,0x37,0xa1,
0xac,0x53,0xfd,0x14,0x3d,0x45,0x48,0x55,0x53,0x5a,0xf1,0x9e,0x6f,0x81,0xdb,0x5e,0xb2,0xeb,0xfb,0xa1,
0xfa,0xb7,0x54,0x1f,0xbc,0xf8,0x7a,0x2f,0x3f,0xf8,0x1e,0xa3,0xd7,0xe2,0xb3,0xef,0xf0,0xfd,0x69,0x65,
0x8f,0x12,0xcc,0xc5,0x61,0xa0,0x9c,0xfd,0x08,0xab,0x2f,0x66,0x87,0x9f,0xd9,0xf7,0xb2,0xa3,0x56,0xf7,
0x56,0x92,0xc5,0xeb,0xd9,0x59,0x91,0xf8,0xb5,0xec,0x85,0x03,0xc5,0xf0,0xd7,0x20,0x0e,0xf0,0xac,0x09,
0xb0,0x98,0x3f,0x9e,0xc0,0x14,0xc8,0x41,0xfd,0x8c,0xed,0x49,0x88,0xef,0xc0,0x92,0xe3,0x5b,0x9b,0x7a,
0x53,0xfe,0xe4,0x04,0xfd,0xca,0xdc,0x52,0x2a,0x95,0xf4,0x8f,0x9f,0x59,0x5b,0x87,0x69,0x39,0x08,0x36,
0x3f,0x2a,0x3f,0x1e,0x91,0x3f,0x1b,0xd9,0x16,0xbf,0x96,0xf9,0x37,0xde,0x76,0xab,0x9a,0x43,0x33,0x00,
0x00};
0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0xed,0x5b,0xd9,0x76,0xdb,0x38,0x12,0xfd,0x15,0x46,
0x3d,0x13,0x3b,0x93,0x78,0x77,0xdc,0xb1,0xdb,0x72,0xb7,0x56,0x5b,0xb6,0x24,0x6b,0xf3,0xfa,0x32,0x07,
0x24,0x21,0x12,0x36,0x37,0x83,0xa4,0x64,0xa5,0x3b,0xff,0x3e,0x58,0xb8,0x80,0x9b,0x44,0x79,0x32,0x27,
0x9d,0x73,0x26,0x0f,0x91,0xc9,0xaa,0xba,0xb8,0x28,0x14,0x0a,0x05,0x90,0x3c,0x7d,0xd7,0xbc,0x6e,0x4c,
0x1e,0x06,0x2d,0x49,0xf7,0x4c,0xe3,0xec,0x34,0xf8,0x1f,0x02,0xf5,0xec,0xd4,0x84,0x1e,0x90,0x14,0x1d,
0x60,0x17,0x7a,0xd5,0xca,0xcd,0xa4,0xbd,0xf5,0xa5,0x72,0x76,0xea,0x21,0xcf,0x80,0x67,0xa7,0x3b,0xc1,
0x2f,0x53,0xb2,0x80,0x09,0xab,0x15,0x4f,0x87,0x26,0xdc,0x52,0x6c,0xc3,0xc6,0x15,0x49,0xb1,0x2d,0x0f,
0x5a,0xc4,0xee,0x97,0x5d,0xf6,0xaf,0x92,0x50,0x9d,0x21,0x38,0x77,0x6c,0xec,0x09,0x7a,0x73,0xa4,0x7a,
0x7a,0x55,0x85,0x33,0xa4,0xc0,0x2d,0x76,0xf1,0x09,0x59,0xc8,0x43,0xc0,0xd8,0x72,0x15,0x60,0xc0,0xea,
0x1e,0x81,0x30,0x90,0xf5,0x2c,0x61,0x68,0x54,0x2b,0xae,0xb7,0x30,0xa0,0xab,0x43,0x48,0x30,0x74,0x0c,
0xa7,0xd5,0x8a,0xec,0x5b,0xaa,0x01,0xb7,0x15,0xd7,0x25,0x8a,0xae,0x82,0x91,0xe3,0x49,0x2e,0x56,0x22,
0xc1,0x13,0xbd,0xbf,0xc3,0x05,0xe4,0x0f,0xde,0x47,0xd9,0x56,0x17,0x67,0xa7,0x2a,0x9a,0x49,0x48,0xad,
0x56,0x80,0xe3,0x54,0xf8,0xd5,0x6c,0x4b,0x31,0x6c,0xf0,0xcc,0x2f,0x14,0x03,0xb8,0x6e,0xb5,0x62,0xd9,
0x1e,0x9a,0x22,0x05,0x78,0xc8,0xb6,0x1a,0x84,0x36,0x40,0x16,0xc4,0x95,0x42,0x95,0x8a,0x74,0x12,0xdc,
0xfd,0x53,0x82,0x18,0xdb,0xf8,0x44,0x12,0xc5,0xd2,0xbb,0xaa,0x64,0xf9,0x86,0x21,0xbd,0x7f,0x9f,0xb8,
0xbf,0xcd,0x74,0xa5,0x6f,0x15,0xc2,0x01,0x4d,0x93,0x90,0xa1,0x4d,0x45,0xfa,0x43,0x31,0x90,0xf2,0xbc,
0xed,0x60,0x38,0x63,0xde,0xd3,0x91,0x0a,0xfb,0x62,0xe3,0xc4,0x05,0x0e,0xb0,0x42,0x5e,0x26,0x74,0x5d,
0xa0,0xc1,0xca,0xd9,0x9f,0x7f,0x26,0x1b,0x0b,0x04,0xd2,0xb7,0x6f,0xc4,0x35,0xc4,0x80,0x38,0x86,0x74,
0x27,0xfc,0x3f,0xf4,0x8b,0x92,0xdf,0x5b,0xea,0x42,0x76,0x0f,0x99,0x1a,0x77,0xb5,0x0a,0x3c,0x70,0x82,
0x4c,0x82,0xb8,0xe3,0x58,0xda,0x6f,0x32,0x70,0xe1,0xd1,0xe1,0x27,0x74,0x5b,0xbf,0x1e,0xcd,0x77,0xaf,
0xce,0x35,0xbb,0x46,0xfe,0xf5,0xc7,0x37,0x7a,0xeb,0x46,0x23,0x7f,0x35,0xe9,0x65,0x6d,0xde,0xa8,0x3d,
0x90,0x9f,0xfa,0x7d,0x6d,0x66,0x5e,0xd0,0x1b,0xe7,0xf7,0xa3,0xf6,0xdd,0xc5,0x68,0x22,0xef,0x3f,0xee,
0xaa,0xfb,0xed,0xc5,0xe3,0xb0,0x5e,0x7f,0x3c,0x3f,0x46,0x8f,0xe3,0xfa,0xa5,0x7c,0xd7,0xb6,0x1e,0x6f,
0x2f,0x8d,0x87,0xbb,0xd1,0x67,0x45,0x31,0x8c,0x01,0x35,0xb8,0xaf,0x5f,0x8e,0x5a,0xed,0x1b,0xd8,0xc7,
0xee,0x9d,0xda,0xea,0x6b,0x4f,0xb5,0x61,0x57,0x79,0xa8,0x2b,0xb5,0x81,0x52,0x6b,0xa8,0xc3,0xfe,0x61,
0xad,0xbf,0xdf,0x6b,0x1c,0x6a,0x23,0xf7,0xe1,0xf2,0xb8,0xd5,0x57,0x6b,0x83,0x87,0x5a,0x13,0xd4,0x9a,
0xd0,0x51,0x6f,0xf4,0xde,0xde,0x4b,0xfb,0xc9,0xc7,0x9a,0x73,0x3c,0x56,0x7a,0x17,0x9a,0xfa,0xeb,0xde,
0xc1,0xed,0xc1,0xd4,0xbb,0x71,0x3e,0xc3,0x0b,0xad,0xd7,0xde,0xc3,0xf8,0xbc,0x05,0xfc,0xa3,0xdb,0x8b,
0xe6,0xfe,0x45,0x4f,0xbe,0xf8,0xfc,0x72,0x79,0xdd,0xbd,0xc0,0xe0,0xe3,0xf4,0xf9,0xab,0xec,0x3e,0x8c,
0x5c,0xbd,0xf7,0xc5,0xe9,0x4e,0xb4,0x9b,0x8e,0x36,0xd6,0x66,0x7e,0xaf,0x67,0x3f,0xcc,0x3f,0xa2,0xde,
0xc3,0x04,0x1f,0x0d,0xf5,0xfe,0x43,0x0f,0xf7,0x51,0x7f,0x31,0xef,0x74,0x8d,0xc5,0xed,0x95,0xaa,0x2c,
0x16,0x03,0xd7,0x54,0x46,0xee,0xe2,0xe6,0xf3,0xee,0xb3,0x76,0xe1,0x0d,0x87,0xfe,0x7e,0x4d,0xed,0x5f,
0xb6,0x9d,0xe6,0x73,0xed,0xea,0xb0,0xb3,0xd3,0xed,0xdc,0xf5,0xe4,0xfd,0x9a,0xdb,0xa9,0x2b,0x2f,0xbb,
0x68,0x74,0x0e,0x87,0xe7,0x83,0xc9,0xe3,0xf4,0xf6,0x68,0xd8,0xda,0xfd,0xa8,0x35,0xcf,0xdb,0xfb,0xd8,
0x76,0xcf,0x5b,0x5a,0x6f,0xf8,0xda,0xa9,0xe9,0xd6,0x63,0x0d,0x0d,0xfa,0x5f,0x0e,0x7d,0x67,0x34,0xdd,
0xdd,0xb9,0x36,0x1c,0xb7,0xdb,0xa8,0x3b,0x07,0x8b,0x97,0x5d,0x45,0xd7,0xbc,0xc6,0xcd,0xcd,0x23,0x1e,
0xcd,0x8f,0x86,0xcd,0xeb,0x83,0xd6,0xdd,0xc5,0xf8,0xa5,0x7d,0xec,0x01,0xfc,0x08,0xc6,0x57,0x97,0xf7,
0xf0,0xb2,0xa9,0xca,0x43,0xc3,0x6d,0xed,0x5e,0x35,0x8f,0x2e,0xfb,0x3b,0x57,0xf6,0xc8,0x3d,0xd7,0x5f,
0xef,0xaf,0x1a,0x46,0xe3,0xea,0xe2,0xb2,0x33,0x7d,0x9e,0xe8,0xf3,0xde,0x9d,0x5e,0x3b,0x52,0xeb,0x63,
0xdb,0x18,0xa1,0xa7,0xe7,0xcb,0x6b,0x75,0xef,0xf1,0x66,0x76,0xbc,0x18,0x1e,0x5f,0x3b,0x2f,0xf2,0x85,
0x83,0xc0,0xcd,0x2d,0x68,0xc9,0x8f,0xad,0x5f,0xbd,0x4e,0xe7,0xc9,0xae,0x5f,0xdd,0x2f,0x5c,0xdb,0xdd,
0x53,0x0e,0x6f,0xbf,0x40,0xb9,0xdb,0x52,0xe5,0xd9,0xbe,0xac,0xf4,0xdc,0xd6,0xaf,0xda,0x93,0x5f,0x57,
0x67,0xf7,0xa3,0xf1,0xe5,0x61,0xfb,0xe3,0xce,0xfc,0xa5,0x73,0x7f,0x8f,0x3b,0xe7,0x73,0xf3,0xfe,0xe0,
0xeb,0x1c,0x28,0xdd,0xa6,0x0e,0xfb,0xd7,0xc7,0x7b,0xd7,0x4f,0xdd,0xe1,0x95,0xba,0x77,0x78,0xdb,0x6b,
0x36,0xac,0x07,0xad,0xf1,0x7a,0xfb,0xd4,0x39,0xe8,0x4f,0xe0,0x9e,0x39,0xb6,0x07,0xcd,0xc3,0xe3,0xd7,
0xc3,0x31,0x26,0xc1,0x71,0xfc,0x32,0xb0,0x0e,0xa1,0x3d,0x6b,0xf4,0x58,0xf4,0xb4,0x8c,0xf6,0xe4,0x79,
0xec,0x0f,0xcd,0x46,0x83,0x44,0xa2,0xbe,0x47,0x43,0xfc,0x1f,0xde,0xe6,0x06,0xcb,0x4f,0x1b,0x1f,0x58,
0x64,0x93,0xbb,0xa7,0xfa,0x3e,0x95,0xcc,0x20,0x76,0x69,0xdc,0xbb,0x0b,0xd7,0x83,0x66,0xa7,0x49,0x66,
0x54,0x30,0x0d,0x7f,0x67,0x56,0xe1,0x7d,0x62,0xf8,0x51,0xda,0x38,0x91,0x36,0xc8,0x4f,0xc6,0x86,0xdc,
0xde,0xe0,0xb8,0xfb,0x89,0xf9,0x30,0x27,0xf3,0xca,0xf5,0x80,0xe7,0xbb,0xc9,0x79,0x42,0xa6,0x8f,0x05,
0x95,0x60,0x5a,0x0a,0xf7,0x91,0xa5,0xd2,0x79,0x48,0xd3,0xe5,0x09,0x9d,0x39,0x5b,0xdc,0x98,0x03,0x8d,
0xd9,0xdf,0xdb,0xc0,0xd9,0x86,0x16,0x90,0x0d,0xa8,0x12,0x86,0x1b,0x01,0x12,0x54,0x37,0x28,0x09,0x15,
0xb9,0xf1,0x8d,0x4a,0x30,0x69,0x83,0xee,0x8b,0x10,0x8a,0x42,0x66,0xb9,0x63,0x23,0xcb,0xdb,0x8e,0xbd,
0x22,0x11,0xc5,0xa2,0x76,0x92,0xf7,0x91,0x43,0x1a,0x5b,0x82,0x49,0x68,0x30,0xc3,0xc0,0xd9,0x51,0xe6,
0x78,0x6b,0xef,0x35,0xe8,0xdd,0xa1,0x36,0x6b,0x89,0x18,0xf1,0x06,0x37,0x3f,0x14,0xf7,0xcf,0xe5,0x8a,
0xa6,0xad,0xc2,0x54,0xff,0xf2,0x90,0x26,0xf0,0xd5,0xdb,0x14,0x98,0xa6,0xf3,0x1d,0xcf,0xba,0x24,0xf9,
0xab,0xc8,0xd2,0x2a,0x21,0xd9,0xf0,0x3a,0x6c,0x3e,0xb8,0x8e,0x5a,0x0a,0xae,0x3b,0x61,0x9f,0x92,0x9e,
0xe0,0x98,0xef,0x02,0x25,0x9a,0xf1,0xc9,0x8a,0x86,0x64,0xcc,0x93,0x7a,0x35,0x08,0xc1,0xd4,0x52,0x02,
0x66,0x48,0xe3,0x0a,0x1e,0x90,0x69,0x44,0x81,0x50,0x24,0xfb,0x9e,0x97,0x5c,0x5f,0x36,0x00,0x71,0xf0,
0x0c,0x92,0x80,0xe5,0x7f,0x4c,0x80,0x4c,0x60,0xa5,0x0d,0xee,0xd2,0x0d,0xba,0x9a,0xf0,0x15,0x83,0xac,
0x71,0xb1,0x42,0x24,0x8f,0xba,0xc5,0xaf,0xb7,0x49,0x83,0x13,0x61,0xfa,0x80,0x37,0xb5,0xed,0x61,0xa4,
0x69,0x64,0xea,0x14,0xb7,0x1e,0x69,0x44,0xed,0x87,0x77,0xbe,0x0f,0x83,0x38,0xf2,0x8a,0x39,0x08,0x3a,
0x11,0x8b,0xf8,0xde,0xf7,0xe1,0xc1,0x13,0xc7,0x92,0x51,0xe0,0xf2,0x78,0x14,0xd8,0x75,0x4e,0xdb,0xe9,
0x88,0xca,0x1d,0x6c,0x9a,0x05,0x0f,0xd2,0x03,0x2a,0x26,0xc3,0x03,0x06,0x71,0x76,0x8a,0x49,0x34,0xda,
0xd2,0x09,0x93,0x55,0x2b,0x82,0x36,0x30,0x8c,0xb1,0x07,0x1d,0x77,0x82,0x7d,0x62,0x44,0x0b,0x11,0x3a,
0xb7,0x48,0xd1,0x15,0x0a,0x48,0xa7,0x69,0x59,0xe0,0x11,0x39,0x9d,0x96,0x0c,0x48,0x60,0x57,0x02,0xba,
0x0d,0x0c,0x77,0x29,0xf6,0x94,0x2a,0xe4,0x81,0x87,0xee,0x77,0x0d,0x52,0xf2,0xe0,0x54,0xa6,0x25,0x7e,
0x73,0xc2,0xc2,0x29,0x02,0x4c,0x96,0x42,0x33,0x60,0xf8,0xbc,0x10,0xea,0x01,0x4f,0xdf,0x9e,0x1a,0xb6,
0x8d,0x37,0x43,0xdd,0x5b,0x2a,0x94,0x76,0xa4,0xfd,0xcf,0x9f,0xa5,0x7f,0x49,0x7b,0xbb,0xbb,0xd4,0x65,
0xff,0x0c,0x4b,0xa3,0x4c,0xeb,0x62,0x5d,0x84,0x2c,0xc7,0xf7,0x24,0x6f,0xe1,0x90,0x0e,0x63,0x60,0x91,
0x62,0x4b,0x32,0x91,0x55,0xad,0xec,0x92,0x5f,0xf0,0x5a,0xad,0x10,0xc8,0x4a,0xd2,0x3a,0xea,0xfc,0xb6,
0xe5,0x9b,0x32,0xc4,0x31,0xe5,0x5b,0xce,0x31,0x93,0x9b,0x72,0x7a,0xf9,0x2e,0xf6,0xdb,0x6c,0x6b,0x6a,
0x13,0x90,0x4d,0x2a,0xfe,0x24,0x91,0xf4,0x0a,0x5f,0x3f,0x90,0x1f,0xc9,0x2d,0xeb,0x05,0xaa,0xb8,0x3d,
0xfb,0xb1,0x2e,0x88,0x39,0xa4,0xfa,0x9f,0x9f,0xa7,0x0b,0x52,0x0e,0xb1,0x25,0xbe,0x30,0xa5,0x3f,0x5c,
0x5f,0x36,0x91,0x17,0xd7,0xc9,0xa4,0xc2,0x37,0x16,0x13,0x64,0xc2,0x49,0xa0,0x9a,0x98,0x2d,0x71,0xfa,
0xa1,0x1a,0xa9,0x39,0xa3,0xe8,0x50,0x79,0x8e,0xf8,0xca,0xb6,0x6d,0x40,0x60,0xd1,0x49,0x20,0xd8,0x84,
0x6b,0x68,0x25,0x11,0xfb,0x09,0x95,0x96,0x15,0x2c,0x96,0xb4,0x7f,0x0c,0x53,0xec,0x4f,0x3e,0x5a,0xb2,
0xca,0x00,0xd8,0x62,0x4b,0x53,0x10,0x00,0xd9,0x95,0x30,0x5a,0xc9,0xff,0xfa,0x4b,0xca,0x91,0xf2,0xa9,
0x48,0xf7,0x12,0x07,0x39,0x89,0x97,0xb4,0xdb,0x21,0x5b,0x32,0x6c,0x41,0x4f,0x5c,0xd0,0x0d,0x20,0x43,
0x43,0x62,0x01,0xc6,0x9c,0x43,0xc6,0xd7,0x45,0x14,0x8e,0x3a,0x33,0x1f,0x26,0xa9,0x13,0x80,0x31,0x9c,
0x64,0xa8,0xf0,0xa1,0xaf,0xb0,0x9d,0x46,0x0e,0x76,0x26,0x44,0x92,0x3e,0xf2,0x52,0x4c,0x4e,0xf5,0xc3,
0xb3,0x11,0xd4,0xa0,0xe1,0x92,0x61,0x3b,0x2c,0xf6,0x6d,0x74,0x65,0x40,0x4b,0xf3,0xf4,0x68,0xdf,0xc7,
0xe7,0x50,0x20,0x15,0xa7,0x51,0xbe,0x79,0x14,0xd0,0x64,0x7a,0x40,0x43,0x5c,0x0d,0x78,0x68,0x9e,0x84,
0x76,0xd1,0xa0,0x7c,0x4b,0x0e,0x27,0xb3,0xdb,0x8a,0xb6,0x52,0xcb,0xa3,0xac,0x44,0x7c,0x05,0x81,0x9d,
0x17,0x66,0x62,0x02,0x00,0x6c,0x7d,0xe3,0x65,0x05,0xdf,0x3f,0xff,0x92,0xdd,0x55,0x12,0x0a,0xd0,0x83,
0xc2,0x74,0xd9,0xe4,0xee,0xc8,0x1f,0xef,0x26,0xd3,0x16,0x56,0xab,0x4c,0xca,0x50,0x48,0x67,0x70,0x71,
0x5e,0xe3,0xae,0xa0,0x5b,0x72,0x9a,0xad,0x08,0x9a,0xe2,0x15,0x0d,0x7e,0xe8,0xff,0x09,0x89,0xa0,0x4a,
0x5c,0x51,0x1a,0x24,0x13,0x11,0x5b,0xdb,0x61,0x75,0x13,0x4b,0x23,0x34,0xfd,0xe4,0xd2,0x6d,0xa3,0x57,
0xa8,0x0a,0x91,0xc9,0x8d,0xd2,0xc6,0x7b,0xf9,0xc6,0x63,0xdf,0xc2,0xc8,0x5d,0x6e,0xba,0x5f,0x68,0xea,
0x46,0x73,0x2b,0xb4,0xdc,0xe1,0xdd,0x5d,0xd9,0xed,0x69,0x48,0x3a,0xdd,0xe9,0x64,0x8c,0x8b,0xee,0xa1,
0x99,0x71,0x57,0x70,0xca,0x56,0x34,0x89,0x69,0x54,0x47,0x80,0x74,0xe1,0x0d,0x88,0x7b,0xe1,0x94,0x26,
0xf5,0x73,0x13,0xb9,0x8e,0x01,0x58,0xca,0xdc,0xa4,0xf7,0x3f,0x49,0x6c,0x65,0x7e,0x1b,0x7b,0x0c,0x0d,
0xc0,0xf2,0x75,0x7e,0x07,0xc8,0x9c,0x85,0x45,0x3c,0x45,0xd3,0xd2,0x54,0x69,0x81,0x52,0xc0,0x54,0x4c,
0xa8,0x10,0x3e,0xab,0x60,0xe1,0xae,0x9e,0x7d,0xa6,0x6d,0x11,0xc5,0x25,0x93,0xaf,0xc7,0x14,0x12,0x93,
0x6e,0x05,0xa4,0xe7,0x43,0x77,0x39,0xe6,0x84,0x6b,0xac,0x03,0x3a,0x87,0xaa,0xb5,0x0a,0xf6,0x2e,0xd4,
0x59,0x8b,0xad,0xee,0xe3,0x55,0x74,0x03,0x95,0x75,0x60,0xa7,0x18,0x2d,0x07,0x6d,0x33,0x85,0x75,0x20,
0x5d,0xb2,0xc6,0xe1,0xe5,0xa0,0xe3,0x40,0x65,0x2d,0x58,0x7f,0x45,0x04,0x8c,0xfd,0x4c,0x04,0xe4,0xd7,
0x6f,0x25,0xea,0xb1,0xb0,0x51,0x99,0xfc,0xea,0x1e,0x19,0x2d,0xf7,0xc7,0xd5,0x65,0x59,0x2e,0x4b,0xea,
0x33,0xb1,0x4a,0xa3,0x93,0x3a,0x3e,0x1e,0xa5,0x1b,0xfd,0xfc,0xb4,0xd8,0xb7,0x9b,0x44,0x56,0x70,0x86,
0xc0,0xf7,0x5a,0xb4,0x49,0xfe,0x97,0x74,0x12,0x1e,0x3a,0x10,0xc6,0x64,0xa3,0x4c,0xcb,0xa1,0xf4,0xe2,
0x05,0x54,0x55,0x58,0xb9,0xf2,0x1b,0xad,0xa9,0xe1,0xa9,0x05,0xc7,0x2d,0x5c,0x9a,0x62,0x02,0xa2,0x33,
0x79,0x75,0x59,0xc9,0x63,0x13,0x26,0x28,0x7e,0x1d,0x9c,0x2e,0xb1,0xea,0xb3,0xce,0xa0,0xc6,0xec,0x3e,
0x69,0xfc,0x24,0x2d,0xd9,0xf8,0x10,0x7b,0x96,0x16,0xb1,0x4b,0x4b,0xd9,0x9e,0xcd,0x2a,0x9f,0xa5,0xc5,
0xac,0xc9,0x75,0xd6,0x2c,0x67,0xb9,0xd5,0x8a,0x82,0x83,0x2b,0x95,0x2c,0x69,0x53,0x88,0xeb,0x52,0x68,
0xfa,0x98,0x78,0x4c,0x1c,0xd2,0x12,0x9c,0x32,0x46,0x09,0x92,0x42,0x51,0x1b,0x38,0x69,0x45,0x59,0x9b,
0xa7,0x55,0xae,0xb0,0xcd,0xc5,0x2f,0x2e,0x6d,0x83,0xae,0xbf,0xa1,0xb8,0x8d,0x2c,0xdf,0x5a,0xde,0xa6,
0x00,0xfe,0x56,0x05,0xae,0x29,0x86,0xfb,0x77,0x2c,0x71,0x13,0xd3,0xa8,0xb0,0xc8,0xe5,0xad,0x7f,0xdf,
0x32,0x97,0x87,0xe0,0x09,0x1b,0x96,0x0d,0xde,0x00,0x3d,0x73,0x66,0x14,0xe8,0x11,0xf4,0xbf,0x1d,0x64,
0xe5,0x9c,0x8f,0x71,0xcd,0x01,0x91,0xad,0x8c,0x3e,0x76,0x9c,0x52,0x0c,0x5d,0x98,0xe9,0x89,0xb4,0x0c,
0x3f,0x15,0xe1,0xf4,0xf9,0x59,0xda,0x61,0x91,0x46,0x82,0x6b,0x50,0x2b,0x16,0xd3,0x13,0x90,0x0b,0x49,
0x46,0x3a,0x99,0xaa,0x3f,0xa7,0x70,0x4f,0xd1,0xe9,0x0b,0x7f,0x03,0x63,0xdd,0x52,0x3e,0x05,0x36,0xb1,
0x9d,0xa6,0x3d,0xb7,0x96,0xa2,0xe4,0x6c,0xb7,0x53,0x28,0x75,0x9b,0xac,0x00,0xe6,0x8d,0x53,0xb4,0x3b,
0xf8,0x7f,0x11,0x51,0x5c,0x44,0x70,0x57,0xfe,0x2f,0xca,0x88,0x44,0x76,0x28,0x6a,0xf8,0xe7,0x28,0x25,
0x96,0x9f,0x9f,0x25,0x0e,0xc3,0x97,0x95,0x1d,0x0d,0xf1,0x99,0x4e,0x5c,0x72,0x88,0x07,0xe7,0xe5,0xca,
0x0d,0xc1,0x42,0x78,0xa4,0x94,0xcc,0xfe,0xf9,0x3a,0x85,0x69,0x5f,0xa7,0x00,0x39,0x8c,0x04,0xdb,0x0b,
0x66,0x2f,0x3c,0xf4,0x5e,0xcd,0x2e,0x38,0x3c,0x2b,0x64,0x26,0x3c,0x84,0x5a,0x9b,0x99,0x60,0x9b,0x61,
0x26,0x94,0x28,0xae,0x8b,0xd4,0x5c,0x73,0x72,0xbf,0x78,0x19,0xf0,0xe0,0xab,0xc7,0x4b,0x10,0x66,0x1f,
0x1f,0xb8,0xa7,0x10,0x12,0xa1,0xf7,0x2e,0xa7,0xe7,0x09,0x2e,0x0e,0xe9,0xd0,0xdc,0xc6,0xb9,0x7c,0x42,
0x59,0x31,0xa7,0xc8,0x9a,0xf1,0x8a,0xaf,0xf2,0xb8,0xc5,0xd2,0x95,0xfc,0x56,0x8f,0xa2,0xaa,0x2b,0xce,
0x4a,0xa0,0xa2,0x21,0xa6,0xc6,0xf4,0x91,0x45,0x30,0x9a,0x74,0x7a,0x6c,0xd1,0x0c,0x89,0x6d,0x63,0xcd,
0x01,0xa7,0x48,0x99,0x91,0x16,0xb3,0xaf,0x2f,0xf3,0xd4,0xef,0x26,0xbd,0x8e,0x9c,0x3c,0x34,0xe4,0x90,
0x1c,0x85,0x49,0x6c,0x97,0x09,0x02,0xe4,0xe4,0xbb,0x19,0xad,0xf4,0x0b,0x3d,0x4d,0x4e,0xbb,0x32,0x19,
0x9f,0xbe,0x6c,0x41,0xcf,0x04,0xee,0x73,0x6e,0x94,0x46,0xd2,0x52,0xb1,0x1a,0x63,0xe5,0x47,0xac,0x20,
0xff,0x2f,0x69,0x6b,0xc0,0x83,0x73,0xb2,0xa7,0xcf,0xe1,0x1c,0x88,0xca,0x10,0x0e,0x51,0x72,0xd9,0x46,
0xc2,0xb7,0x50,0xcd,0x9c,0xbf,0xeb,0xb6,0xeb,0xd1,0xd7,0xa8,0xf2,0x18,0x87,0xb2,0x55,0x94,0x4f,0x1c,
0x03,0x28,0x50,0xb7,0x0d,0x95,0xae,0xcb,0x05,0x20,0x83,0x58,0x87,0xc6,0x3d,0xed,0x66,0xd4,0x76,0x6e,
0x3f,0x63,0xe9,0xca,0xb9,0xfa,0x73,0x2c,0x88,0xd1,0x93,0xd9,0x82,0xc5,0xd0,0x77,0xe8,0x33,0xfd,0x36,
0xc2,0xe6,0x1c,0x60,0x98,0x7c,0xf2,0xca,0x1f,0xe2,0x4e,0x03,0x59,0x7a,0xfb,0x2d,0x76,0x75,0x8a,0x0c,
0xc8,0xdd,0x1b,0x6a,0xb7,0xe9,0x9d,0xbf,0x81,0x93,0x62,0xbf,0xf0,0x9e,0x0e,0xb0,0xad,0xd1,0x4c,0xc3,
0x5e,0x9b,0x09,0x1e,0xd1,0x92,0xfe,0xa6,0x84,0xac,0xa4,0x14,0x9d,0x9c,0xf1,0x4a,0xf8,0xfa,0x43,0xc6,
0x2d,0x85,0xd9,0x33,0x6d,0xb8,0x2c,0x7d,0xc6,0xbe,0x4a,0x3d,0xac,0x97,0xf8,0xcf,0x96,0x83,0x91,0x09,
0xf0,0x22,0x5b,0xec,0x91,0xf8,0xc4,0x5e,0x23,0x7e,0x37,0xa3,0xb0,0xf9,0xd0,0x53,0xc9,0x27,0xf3,0x4b,
0x2a,0xa6,0x31,0x03,0xc8,0x8b,0x10,0xcb,0x73,0xd2,0x5e,0xf8,0xe1,0x4f,0xfb,0xc4,0x97,0xfc,0x6c,0x8c,
0xbe,0xd2,0x7d,0x80,0x91,0x4c,0x9b,0x84,0xf6,0x18,0xe2,0x99,0x50,0x10,0xc7,0xfd,0xe1,0x82,0x32,0x69,
0x33,0x46,0x89,0x13,0x4a,0x1a,0xa7,0x92,0x53,0x44,0x2f,0x61,0xc5,0xfa,0x33,0xa3,0x82,0x0c,0xaf,0x50,
0x54,0xee,0xc8,0x46,0xc4,0xca,0x63,0x17,0x37,0x54,0x9e,0x9f,0x01,0x32,0x21,0x4d,0x90,0xba,0xc0,0x2b,
0xe3,0x2c,0x6a,0x9c,0x21,0xc2,0x10,0x7f,0x26,0x02,0xc2,0x5b,0x54,0x02,0x81,0xe0,0x5d,0xaa,0x55,0x04,
0xf8,0x4c,0x48,0x11,0xa0,0x88,0x39,0xa7,0xec,0x05,0x45,0x94,0x61,0x87,0xef,0xe7,0x86,0xef,0x76,0x51,
0xd9,0x56,0xf8,0xf0,0x30,0x4b,0x2d,0xd0,0x2f,0xc5,0x2f,0xc2,0x8e,0x48,0x46,0xb7,0xce,0xa4,0x70,0xd7,
0x99,0xc9,0x3a,0x10,0x60,0x45,0xef,0x46,0xb6,0x62,0x36,0x67,0x22,0x92,0x00,0x22,0x69,0x31,0xc1,0x31,
0xd3,0xcd,0xdd,0x84,0x66,0x92,0x8e,0x83,0x2c,0x77,0x49,0xd6,0x29,0x1a,0x3c,0x62,0xd6,0x6d,0x35,0x6b,
0x83,0x34,0x8b,0xf0,0x7e,0xb9,0x89,0x15,0xa1,0x64,0xdf,0xfe,0x88,0xd9,0x6d,0x93,0xfe,0xd3,0x86,0xca,
0x47,0x16,0x87,0x1d,0x4f,0x6a,0xf9,0xec,0x88,0x60,0x1d,0x7a,0x14,0x67,0x15,0x3f,0xd6,0xd6,0x5a,0x04,
0x6b,0x03,0xbe,0x72,0xe4,0x50,0x0c,0x45,0xa5,0x49,0x46,0x58,0x4b,0x69,0x02,0x27,0x6c,0x71,0x2d,0xa2,
0x83,0xbb,0x5e,0x13,0x93,0x4a,0x08,0x8f,0x9b,0x79,0xfe,0x14,0xc5,0xa5,0x09,0x27,0x30,0x97,0x92,0x76,
0xe6,0x26,0x6b,0xf7,0x8d,0x94,0x1b,0xdd,0xa5,0x94,0x1b,0xdd,0x37,0x50,0x26,0x98,0x2b,0x29,0xd3,0x76,
0xd7,0xa0,0x3c,0x37,0x6b,0x7c,0xe3,0x96,0x61,0x1b,0x49,0x4a,0x12,0x8d,0x91,0x0a,0x39,0x0a,0x8d,0xad,
0x45,0xb1,0x8d,0xe1,0x8b,0x0f,0x2d,0x65,0x91,0x43,0x32,0x92,0x95,0xa6,0x19,0xa3,0x2d,0x21,0x2a,0x34,
0x59,0x94,0xbf,0x4c,0xe0,0x64,0xf2,0x97,0xf8,0x34,0x87,0x88,0x6b,0x83,0xce,0x15,0xcc,0xb0,0x8e,0x25,
0x65,0xf2,0xb9,0x80,0x53,0xc4,0x57,0x6c,0x4a,0x5a,0x59,0xbf,0xc6,0xda,0x7a,0xa9,0x02,0xf6,0x87,0xed,
0x88,0xca,0xbe,0xbc,0xfc,0x6e,0xc5,0xcb,0xcb,0x79,0xef,0x2d,0x67,0xab,0x6e,0xdb,0x49,0x14,0xdd,0xef,
0x0d,0xf0,0xe2,0xdb,0xbf,0x49,0xe1,0xfe,0x36,0x96,0x6d,0xcb,0x40,0x79,0xce,0x2f,0xbe,0x85,0x63,0x48,
0x41,0x3f,0xe7,0xcd,0xd7,0x55,0x41,0x4f,0x4f,0xd6,0x1b,0xb6,0x2f,0x1e,0xdd,0x08,0x80,0x91,0xb4,0x5c,
0xcc,0xc7,0x60,0x99,0x00,0xca,0x45,0xcd,0xd9,0x7a,0x89,0x7a,0x73,0xf4,0x15,0x60,0x95,0xbe,0xf0,0x29,
0x9d,0x55,0xa5,0xbd,0xca,0x19,0x35,0x94,0xf6,0x97,0x9d,0x32,0xaf,0xbb,0x07,0xb2,0x48,0xf4,0x0b,0xa3,
0x31,0x66,0xcf,0x19,0xb8,0x23,0x74,0xe0,0xf6,0xb3,0xd2,0xcd,0x0f,0xec,0xd3,0x04,0x81,0x25,0x85,0x08,
0x06,0x89,0x7e,0xa7,0x20,0x8a,0x12,0xa1,0x97,0x1c,0xc0,0xec,0x97,0x03,0xf4,0x39,0xda,0x14,0xbd,0x16,
0x3f,0x4a,0x0b,0x3e,0xcd,0x10,0x4e,0x42,0x9c,0x05,0x7b,0xb6,0xc0,0xb1,0x65,0x2c,0x7e,0xf3,0x11,0xfc,
0xa6,0x3f,0xf9,0x08,0xf7,0xdc,0xb7,0x5c,0xcc,0xbe,0xfc,0x48,0x9b,0x44,0x5f,0x7c,0x64,0x9e,0x4f,0x04,
0x1f,0x9a,0x19,0xc0,0xd2,0x7c,0xa0,0x91,0xc1,0x7f,0x02,0x33,0xc0,0x6f,0xd2,0xc1,0x21,0xdb,0xc9,0x9a,
0x43,0x3c,0x24,0x7c,0x78,0xc6,0x3f,0x39,0xdb,0x61,0x5f,0xda,0xfd,0x07,0x28,0x74,0xc5,0xb2,0x7f,0x37,
0x00,0x00};
#endif

File diff suppressed because it is too large Load Diff

View File

@ -4,10 +4,10 @@
const uint8_t VersionMajor = 2;
const uint8_t VersionMinor = 0;
const uint8_t VersionPatch = 0;
const uint8_t VersionMetadata = 29;
const uint8_t VersionMetadata = 32;
const char VersionBranch[] = "release/2.0";
const char VersionSemVer[] = "2.0.0-beta.1";
const char VersionFullSemVer[] = "2.0.0-beta.1+29";
const char VersionCommitDate[] = "2018-01-23";
const char VersionFullSemVer[] = "2.0.0-beta.1+32";
const char VersionCommitDate[] = "2018-01-31";
#endif

View File

@ -312,26 +312,9 @@ void checkTriggers()
_dln("Triggers :: start motion trigger");
if (activeMotionDirection == Nondirectional || motionTriggerSettings->transitionTime() == 0)
{
stairs->setAll(activeMotionBrightness, motionTriggerSettings->transitionTime(), 0);
}
else
{
// Start sweep
uint8_t stepsCount = stepsSettings->count();
uint16_t offsetIncrement = stepsCount > 0 ? (motionTriggerSettings->transitionTime() / stepsCount) * 1.5 : 0;
uint16_t offset = activeMotionDirection == TopDown ? 0 : (stepsCount - 1) * offsetIncrement;
for (uint8_t step = 0; step < stepsCount; step++)
{
stairs->set(step, activeMotionBrightness, motionTriggerSettings->transitionTime(), offset);
if (activeMotionDirection == TopDown)
offset += offsetIncrement;
else
offset -= offsetIncrement;
}
}
stairs->sweep(activeMotionBrightness, motionTriggerSettings->transitionTime(), activeMotionDirection == TopDown);
}
else
{

View File

@ -16,6 +16,56 @@
#include "../settings/triggers/time.h"
void handleSet(AsyncWebServerRequest *request)
{
_dln("API :: set");
AsyncWebParameter* param;
uint8_t value = 0;
param = request->getParam("value");
if (param != nullptr)
{
value = param->value().toInt();
}
else
{
param = request->getParam("percent");
if (param != nullptr)
{
value = map(param->value().toInt(), 0, 100, 0, 255);
}
else
{
request->send(400);
return;
}
}
uint16_t time = 0;
uint8_t from = 0;
param = request->getParam("time");
if (param != nullptr)
time = param->value().toInt();
param = request->getParam("from");
if (param != nullptr)
{
if (param->value() == "top")
from = 1;
else if (param->value() == "bottom")
from = 2;
}
if (from == 0 || time == 0)
stairs->setAll(value, time, 0);
else
stairs->sweep(value, time, from == 1);
}
void handleGetStepValues(AsyncWebServerRequest *request)
{
_dln("API :: get steps");
@ -125,6 +175,8 @@ void handlePostMotionTriggers(AsyncWebServerRequest *request, uint8_t *data, siz
void registerAPIRoutes(AsyncWebServer* server)
{
server->on("/api/set", HTTP_GET, handleSet);
server->on("/api/steps/values", HTTP_GET, handleGetStepValues);
server->on("/api/steps/values", HTTP_POST, devNullRequest, devNullFileUpload, handlePostStepValues);

View File

@ -181,6 +181,24 @@ void Stairs::setAll(uint8_t brightness, uint16_t transitionTime, uint16_t startT
}
void Stairs::sweep(uint8_t brightness, uint16_t transitionTime, bool topDown)
{
uint8_t stepsCount = stepsSettings->count();
uint16_t offsetIncrement = stepsCount > 0 ? (transitionTime / stepsCount) * 1.5 : 0;
uint16_t offset = topDown ? 0 : (stepsCount - 1) * offsetIncrement;
for (uint8_t step = 0; step < stepsCount; step++)
{
set(step, brightness, transitionTime, offset);
if (topDown)
offset += offsetIncrement;
else
offset -= offsetIncrement;
}
}
uint16_t Stairs::getPWMValue(uint8_t step, uint8_t brightness)
{
//_d("Stairs :: Getting PWM value for step "); _d(step); _d(", brightness "); _dln(brightness);

View File

@ -39,6 +39,7 @@ class Stairs
uint8_t get(uint8_t step, bool target = true);
void set(uint8_t step, uint8_t brightness, uint16_t transitionTime = 0, uint16_t startTime = 0);
void setAll(uint8_t brightness, uint16_t transitionTime = 0, uint16_t startTime = 0);
void sweep(uint8_t brightness, uint16_t transitionTime, bool topDown);
};
#endif

2
web/dist/bundle.js vendored

File diff suppressed because one or more lines are too long